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