Hello,
Is there a way to setup an Import/LinkTable specification to import/link a delimited text file regardless of the headers in the file, but still retain the header names?
I've got multiple incoming files that are text files, but delimited by differing things (e.g. tabs, commas, pipes, etc.). Some of the data in these files needs to be standardised and output in a common file format.
The headers themselves will be called the same things, but quite which headers will or will not be present in any given file varies.
I wanted to have a simple import spec for each delimiter, so that for each file I get, I simply tell the database which one to use, and set it going. It could then link the file, test the resulting linked table for which fields are present, and copy the relevant ones into a standard table that can then be used to export out from.
Unfortunately, the specs seem to require a list of fields to map to. Can a spec be created that just parses a file based on its delimiter, using the first row for headers, but not paying attention to what those headers are?
Regards,
Rob.
Is there a way to setup an Import/LinkTable specification to import/link a delimited text file regardless of the headers in the file, but still retain the header names?
I've got multiple incoming files that are text files, but delimited by differing things (e.g. tabs, commas, pipes, etc.). Some of the data in these files needs to be standardised and output in a common file format.
The headers themselves will be called the same things, but quite which headers will or will not be present in any given file varies.
I wanted to have a simple import spec for each delimiter, so that for each file I get, I simply tell the database which one to use, and set it going. It could then link the file, test the resulting linked table for which fields are present, and copy the relevant ones into a standard table that can then be used to export out from.
Unfortunately, the specs seem to require a list of fields to map to. Can a spec be created that just parses a file based on its delimiter, using the first row for headers, but not paying attention to what those headers are?
Regards,
Rob.
Comment