Book Image

Implementing Oracle Integration Cloud Service

Book Image

Implementing Oracle Integration Cloud Service

Overview of this book

Discover how to use ICS to solve your integration needs with this Oracle Cloud book. Written by Oracle ACE Robert and ACE Associate Phil, you?ll learn how to deliver business value using ICS. ? The only guide to Integration Cloud Service on the market ? A comprehensive guide to building successful integrations on ICS ? Features practical examples and handy tools
Table of Contents (21 chapters)
Implementing Oracle Integration Cloud Service
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Extra steps to define structure for file content


To process a file in a meaningful way within an Orchestration, you need to be able to define some structure and meaning for the content. This can be done during the configuration of the connection within the Orchestration through the use of some additional screens within the wizard when the option Do you want to define a schema or select an existing one? Is set to Yes.

We can look at what these steps look like without needing to get involved in the details of the integration pattern, and we have also provided some files that you may wish to try using within the code files of this chapter. To continue the air flight based theme, our scenario is based on the idea of submitting airport data to a legacy system. You can source this data from several locations including http://ourairports.com/data/. Within the files provided, there is a full dataset (rather large) and a file called airports_subset_Ch9.csv which is a subset that we can to illustrate...