Newbie question

Hello everybody,

I have created a string database with a table that allows me to populate
my database by entering strings one by one. I also however want it to
take in batch files to populate the database (the format is either .rc
(for windows) and localizable.strings (for mac)). so far I have the
browse botton to get the file for upload, but from here I am confused.
I don’t know how I will be reading or extracting those strings from the
batch file. am I looking at this the right way or is there an easier
way to solve my problem?

Thanks for your input,

ricardo

Can you parse the file line by line and do an insert for each line?