Guest_imported
New member
- Jan 1, 1970
- 0
I want to read data elements in from a CSV text file and manipulate each field individually. Right now I only know how to read in the entire line.
How should I read in this text file, then separate each line into separate CSV fields? TIA! -James
TEXTFILE Example
192.168.1.1, HP 4000, Marketing
192.168.1.2, HP 8000, Administration
How should I read in this text file, then separate each line into separate CSV fields? TIA! -James
TEXTFILE Example
192.168.1.1, HP 4000, Marketing
192.168.1.2, HP 8000, Administration