mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
fixed the markdown
This commit is contained in:
14
README.md
14
README.md
@@ -1,26 +1,26 @@
|
|||||||
# SmartCSV.fx
|
# SmartCSV.fx
|
||||||
##Description
|
## Description
|
||||||
A simple JavaFX application to load, save and edit a CSV file and provide a [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/) for columns to check the values in the columns.
|
A simple JavaFX application to load, save and edit a CSV file and provide a [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/) for columns to check the values in the columns.
|
||||||
|
|
||||||
##Motivation
|
## Motivation
|
||||||
At work I have the need to fix wrong CSV files from customers. It is hard to find the errors and fix them in a texteditor,
|
At work I have the need to fix wrong CSV files from customers. It is hard to find the errors and fix them in a texteditor,
|
||||||
even in a "normal" CSV editor. So I decided to write this simple JavaFX application.
|
even in a "normal" CSV editor. So I decided to write this simple JavaFX application.
|
||||||
|
|
||||||
##Video
|
## Video
|
||||||
[](https://youtu.be/eUh_WLx1OwI)
|
[](https://youtu.be/eUh_WLx1OwI)
|
||||||
|
|
||||||
##Links
|
## Links
|
||||||
[GitHub Page](http://frosch95.github.io/SmartCSV.fx/)
|
[GitHub Page](http://frosch95.github.io/SmartCSV.fx/)
|
||||||
|
|
||||||
[Wiki & Documentation](https://github.com/frosch95/SmartCSV.fx/wiki)
|
[Wiki & Documentation](https://github.com/frosch95/SmartCSV.fx/wiki)
|
||||||
|
|
||||||
binary distribution of the [latest release (0.9.1)](https://github.com/frosch95/SmartCSV.fx/releases/download/0.9.1/SmartCSV.fx-0.9.1-SNAPSHOT.zip)
|
binary distribution of the [latest release (0.9.1)](https://github.com/frosch95/SmartCSV.fx/releases/download/0.9.1/SmartCSV.fx-0.9.1-SNAPSHOT.zip)
|
||||||
|
|
||||||
##Talks
|
## Talks
|
||||||
[Introduction](http://javafx.ninja/talks/introduction/)
|
[Introduction](http://javafx.ninja/talks/introduction/)
|
||||||
|
|
||||||
##License
|
## License
|
||||||
###The MIT License (MIT)
|
### The MIT License (MIT)
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2015-2016 Andreas Billmann <andreas.billmann@javafx.ninja>
|
Copyright (c) 2015-2016 Andreas Billmann <andreas.billmann@javafx.ninja>
|
||||||
|
|||||||
Reference in New Issue
Block a user