CSV File Layout Import
I am trying to import a file into PeopleSoft that has 400 columns. For what I am using the file for, I only need 18 of those columns. The file is pipe ( | ) delimited.
Since I only need about 18 columns/fields from this file, how can I build a File Layout in Application Designer that only contains the needed 18 columns? From my understanding I will need a File Layout that is setup as CSV since the file is pipe delimited. How can I select only the specific fields I want loaded into the File Layout when the file is not built as Fixed Width?