Season’s Greetings!
Question in short is in the subject. What follows is my attempt to explain something I am not really clear about!
So, basically I want to :
(1) store plenty of formulae in a Calc “formulae.ods” file which expect input from a “temp.csv”,
(2) “feed” 1000 different csv files one-by-one by moving last 250 lines (or so to avoid unnecessary calculation) and naming each short new .csv as “temp.csv” and invoking formulae.ods each time
(3) saving one-by-one the 1000 diff calculations as 1000 diff csv files - one for each input file.
Problem:
I do not want to manually open, save as/export results and close LO Calc 1000 times.
I would like to ideally open, save as, and close the formulae.ods from a shell script and loop it 1000 times.
Actually whichever way I try to crack this it seems an inefficient way but for the time being I would be happy if I can execute the above steps.
The use of Database has been recommended to me but I am worried about the 4 letter word L-A-M-P. Besides then I will have to keep tracking changes and porting every time higher version is introduced. Hopefully scripting is stable and basic enough not to change very often. I am sort of (!?) reluctant (afraid is more like it) to move from being a user to an application developer/ database programmer. Thanks for your patience…