CSV File Quirks
CSV files are supposed to be the standardized way to share data, right? Unfortunately, a "standard" CSV file is anything but. Let's go over some of the CSV file quirks that any supporting application will need to consider.
0 Comments
Developing Your Own CSV Uploader – Some Considerations
OK, so you're building an application and you want to start pumping real user data through it. What do you do? Well, if you decide to develop your own CSV uploader, be sure to take these items into consideration.