Standalone java application which is able to parse the provided CSV files, sends the parsed data to a Web service and saves the result in a new file
./gradlew shadowJar
java -jar build/libs/csvparser-0.1-all.jar
or simple double click on jar file
- Click on 'Select file' button
- Select a CSV file with ';' delimiter
- Click on 'Parse file' button, now your file is displayed in the table
- Set the 'Url' address to 'wsmedian' service, or keep it's default value
- Click on 'Call WS'
The icon from the right side indicates the action status
Now, you can find newly created file in the application folder, named: 'WSMedianResponse.csv'