Microsoft
Software
Hardware
Network
Question : Need C code to read Csv files
I have a CSV files with name CTS_XXXXX_112.monday
file contains values like
1282104000,1282104001,1800
,2,0,0,0,0
,0,0,0,0,0
,0,0,0,0,0
,0,0,0,0,0
,0
1282159800,1282159800,1799
,2,0,0,0,0
,0,0,0,0,0
,0,0,0,0,0
,0,0,0,0,0
,0
..
..
etc
other csv files are named like this
CTS_XYZ_112.monday
CTS_XYZ_112.tuesday
CTS_XYZ_112.wednesday
CTS_XYZ_112.thursday
CTS_XYZ_112.friday
CTS_XYZ_112.saturday
CTS_XYZ_112.sunday
it is always CTS_somename_version.numbe
r.dayofthe
week.
I need a generic C code which can read the name of the csv files.
Answer : Need C code to read Csv files
>> the whole library
It's just one source file. Nothing big. And you can easily just take the source file and use it in your project.
>> I haven't programmed in C in while though
That's probably a good reason to stick with existing code ... It'll save you some time, and you can be reasonably sure that the code is gonna be stable.
Random Solutions
php like zen cart want return to be categories instead of products
Windows Server 2008 R2: missing start menu of installed applications
Team Foundation Server 2010, deleted web site problem
get 550 5.7.1. Unable to relay for specific domains....
How to Stop Procedure Running after Message Box Displayed
Need help to seperate Select output using TABs
PHP QUESTION - OSCOMMERCE - How to remove short description underneath products in Oscommerce 2.2
Cannot open xlsx attachement Outlook 2007
sql job with proxy agent failed to execute
How do i verify an age element using javascript?