Hi, I got a file from a wholesaler. The data is one long string that contains a lot of data, like the serial number, price, numbers in stock etc... My question is; what software or parsing application can I use to separate all the data and upload it to my site? Thanks, 3dDude
I'm sure you can use something as simple as excel, or if you're familiar with any programming languages... I'm sure coding something in vb would be easy.
What site CMS are you using that you need to upload it to and are the different parts of each string separated by anything at all like a space, slash, dash, etc?