View Single Post
I'm looking for a way to run a UNIX command and get the output of the command into a new default document in OO with a specified name.

did spend some time looking at the CSV export feature and wondered if there would be a way to from command line do the same with import, best would be to just do the following:

$ unix command | insert_into_oo -d';' DocumentName

And then get a document that contained the number of rows identified by the number of ';' in the input stream, all populated with data related to the specific row.