liptonIcedTea
Well-known member
- Joined
- Jan 18, 2007
- Messages
- 89
- Programming Experience
- 1-3
Hi,
At the moment I'm trying to design a feature to upload a CSV file.
So far, I'm reading it, and then turning it into a byte array and then converting it into ASCII code.
I'm wondering is there a way to test if the file is ASCII format? Even better, is there a "simple" way to test if the CSV file is in the correct format?
At the moment I'm trying to design a feature to upload a CSV file.
So far, I'm reading it, and then turning it into a byte array and then converting it into ASCII code.
I'm wondering is there a way to test if the file is ASCII format? Even better, is there a "simple" way to test if the CSV file is in the correct format?