Skip to main content

Example of using flexibee2xml on macOS

How to run and pass parameters to the flexibee2xml tool on macOS?

Written by Petr Pech

Using the flexibee2xml tool, you can easily convert files to a different format. The example below shows how to convert an XLS file to XML.

Terminal command:

/Applications/FlexiBee.app/Contents/Resources/flexibee2xml --from-xls test.xls --evidence cenik --to-xml cenik.xml

/Applications/FlexiBee.app/Contents/Resources/flexibee2xml

  • location of the tool

--from-xls

  • parameter specifying the format of the input file

test.xls

  • name of the input file

--evidence

  • parameter specifying the agenda for which the XML will be generated (the opening elements will be created based on this value)

cenik

  • the system name of the agenda in ABRA Flexi

--to-xml

  • parameter specifying the output format

cenik.xml

  • name of the output file

Did this answer your question?