I'm looking at creating a procedure that I use to read from a csv file. I am able to show the file contents in a Memo component using the syntax 'Memo1.Lines.LoadFromFile(..)'. Ideally I want a process to cycle through the lines in the indicated csv file and output a line into a string, then process this removing the commas such that I am able to feed the resultant strings into a database. Rather than re-create the wheel - I'm hoping someone who has already done this could give me a helping hand.
Thanks in advance
Steve
Thanks in advance
Steve