Hi guys
I used to love working with text in early Basic and then in Dos based Pascal. It's fun.
It is many years later, Windows is the only programming world I can use now, and I have not ever programmed in that platform.
There is an 8 meg comma delimited text file with 130 fields that I would like to parse, eliminating most of the fields and extracting pertinent data to a much smaller text file. This will be a list of 6000 inventory items.
Then I need to build a nice fuzzy search engine so that I can find what I need quickly from keywords.
Is Basic a good way to do this, or would you recommend something like Delphi? I don't mind using anything that is freeware, as long as it is fairly easy to learn.
I used to love working with text in early Basic and then in Dos based Pascal. It's fun.
It is many years later, Windows is the only programming world I can use now, and I have not ever programmed in that platform.
There is an 8 meg comma delimited text file with 130 fields that I would like to parse, eliminating most of the fields and extracting pertinent data to a much smaller text file. This will be a list of 6000 inventory items.
Then I need to build a nice fuzzy search engine so that I can find what I need quickly from keywords.
Is Basic a good way to do this, or would you recommend something like Delphi? I don't mind using anything that is freeware, as long as it is fairly easy to learn.