tyrant1969
Programmer
We are in the process of creating a lookup utility based on a CSV file that we get dumped to our CF server from one of our primary apps.
The output options are extremely limited, especially for cross functionality with CF. Unfortunately, the best file type (as mentioned above) is CSV, but the application just dumps raw data - no field headers in it at all.
Our upper management has insisted that the process be automated - ie no manual editing of the file to include field names.
We know what the data elements in each section of the CSV are going to be, we just cannot access them without the field names.
Is there a way to access each field of a CSV by some kind of a raw name? IE field1, field2, etc?
The output options are extremely limited, especially for cross functionality with CF. Unfortunately, the best file type (as mentioned above) is CSV, but the application just dumps raw data - no field headers in it at all.
Our upper management has insisted that the process be automated - ie no manual editing of the file to include field names.
We know what the data elements in each section of the CSV are going to be, we just cannot access them without the field names.
Is there a way to access each field of a CSV by some kind of a raw name? IE field1, field2, etc?