A (Python, but that's not really relevant) script I'm writing will issue a command line call to open a CSV file with OpenOffice (OO). I need OO to skip over the import dialog box while opening the script, or to tell OO that the defaults from that box are okay and thus the dialog is not needed.
Googling this has shown me stuff about setting up macros or a registered data source. Both of these seem to be overkill and are things I am clueless about.
Is there a command line option to tell OO to skip the dialog or use the defaults? Or some other simple way to accomplish what I need?