https://bugs.documentfoundation.org/show_bug.cgi?id=165661
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Regina Henschel <[email protected]> --- (In reply to Rafael Lima from comment #2) > Or we could define an ODF extension to store these settings in the file (a > more complicated strategy, but maybe more appropriate). We already write an ODF extension, for example: <calcext:data-mappings> <calcext:data-mapping xlink:href="file:///yourdata.csv" calcext:provider="org.libreoffice.calc.csv" calcext:frequency="0" calcext:id="org.libreoffice.calc.csv" calcext:database-name="myImport"> <calcext:data-transformations> <calcext:column-split-transformation calcext:column="0" calcext:separator="124"/> <calcext:column-split-transformation calcext:column="1" calcext:separator="124"/> </calcext:data-transformations> </calcext:data-mapping> </calcext:data-mappings> Problem is, that it is not correctly used on loading the file, see bug 169019. -- You are receiving this mail because: You are the assignee for the bug.
