Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 784 Bytes

Exchange_CSV

Usecase:

You can send data from one to another machine with file exchange by using csv- or flat xml-format.

Convert an input-file (csv/xml) to an output-file (csv/xml) from script / Eclipse-Java

... is a Java-tool for the transformation of CSV/XML-files.

Limits: CSV-lines maximum=10000, CSV-columns maximum=100

The Button Help will give you support.

The Button Create-Handler-File creates a default script-file.

Workflow:

Press Read-File to load the input-file. (csv/xml)

Press Load-Handler to execute the script. (handler.txt)

Press Write-File to create the new output-file. (csv/xml)

Take a look inside the terminal for results.

gui