Pulling Data, References and Flat Files

  • Thread starter Thread starter GF08
  • Start date Start date
G

GF08

More flat file fun.

Here is what I want to do:
Create a .csv flat file. It has 8 columns and 4 rows.
The columns will always be the same.
The 4 rows represent 4 different products.

I want to create a data entry sheet where I will enter information regard
each of the 4 products.
This information will be pulled into the .csv file with "|" as the delimiter.

Is this possible? How can I not lose the referential information?
 
Pulled into a CSV? From where?

Import a TXT file, if this file has csv as the extention just rename to .TXT
 
Back
Top