Hi there,
I am trying to make a piece of code in C that:
1. opens a specified file,
2. Reads the data in the file and include it in MySQL, based on the position of commas,
3. Converts the last two number into binary and then performs some check on them
4. returns the new values to a second text file.
The data I have is in the format:
5128408,12.09,1,1,23604408,23604408
3515678,7.09,1,1,54321987,25467842
7432114,9.02,1,1,54204508,26754138
9412445,23.04,1,1,23777888,6543267
and I want to end up with database:
Info,amount.account,voucher,before,after
Any offers?
cheers