ced 0.2.2

Dead easy csv editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
import, i <HAS_HEADER : boolean>{Optional} <LINE_ENDING>{Optional}
	Import a csv file into ced's virtual data. Import file can be sent as
	first argument from terminal. You can feed an argument to decide if given
	csv has header or not, the default value is "true".

	Feed LINE_ENDING to read a specific file format.
		- CR

	e.g)
		import file_name.csv
		import file_name.csv false
		import mac_file.csv true CR