Goal
How to use delimiter characters during importing data into Datameer.
Learn
Delimiter is a character which separates key/value pairs or values. There are two cases where you use a delimiter while importing data.
Example 1: Importing Key/Value pairs
A sample file containing key, value pairs would look like
Then, you can import that data as below.
In this case, the delimiter would be semicolon character.
The imported records would be displayed as
Example 2: Importing Comma Separated Values
A sample file with names and addresses would look like
Then, the above data can be imported as below
In this case, delimiter would be comma character.
The imported records would be displayed as
Comments
0 comments
Please sign in to leave a comment.