Unable to map imported CSV in Orchestration
Tools Release: EnterpriseOne 9.2.6.3
Applications Release: E920
I have created a Connector to import a CSV file
The CSV file has 6 columns and I have defined a Data Set Variable Name.
If I leave the "Header Field" button unchecked, and iteratate over the Data Set Variable Name in the next step of the Orchestration, I can see each field in the Transformations Available Values of the next step as Data Set Variable Name.Field1, Data Set Variable Name.field2, etc. Thus, I can map those fields to the Inputs of the next step
If I flag some of the fields as Header Fields in the Connector, and enter a Header Object Name and a Detail Object Name, in the subsequent Transformations, I can only see Data Set Variable Name.Header Object as an Available Value. I cannot see Data Set Variable Name.Header Object.field1 or Data Set Variable Name.Detail Object.field2, for example.