Import of communication data
You can use this import utility to import the communication data:
nnimport -i history.csv -o features.sqlite -c format.conf -s 100 -n
This table shows the command line parameters:
Option | Abbreviation | Required | Comment |
---|---|---|---|
input | -i | Yes | Input in CSV format. |
output | -o | Yes | Output SQLite file. |
config | -c | Yes | Configuration file with the transformation format.
See Format of imports. |
size | -s | Yes | Number of lines processed at once. |
delimiter | -d | No.
Default "," |
Delimiter used for CSV input file. |
update | -u | No.
Default false |
If present, data is updated only when changed. False can be used to enforce import if no history data exists. |
escape | -e | No.
Default "{" |
Escape character inside strings. |
new | -n | No.
Default false |
Create new SQLite file on import. |