SOLVED: Passing parameters to operators from the command line
Hi,
I'm a newbie, so apologies if this question is trivial. I have a very simple import preprocessor reads a set of CSV files and imports them into the repository. However,I have nearly 100 files to import, all of whom are in the same format. I would like to run this importer process from the command line passing in the csvFile argument to the the ReadCSV Operator and the repositoryEntry argument to the Store operator as command line parameters. Is there a way of doing this?
Krishna
I'm a newbie, so apologies if this question is trivial. I have a very simple import preprocessor reads a set of CSV files and imports them into the repository. However,I have nearly 100 files to import, all of whom are in the same format. I would like to run this importer process from the command line passing in the csvFile argument to the the ReadCSV Operator and the repositoryEntry argument to the Store operator as command line parameters. Is there a way of doing this?
Krishna