Text files with the extension .txt or .csv can be importet to create a dataset. These files contain lines of data that are delimited, or separated, by punctuation marks, with rows of data separated by line breaks.
Meridium Enterprise APM accepts the following characters as delimiters:
- , (comma).
- ; (semicolon).
- | (pipe character).
To maintain the structure of the dataset, delimiters must be used throughout the file, even for cells that do not contain values. To identify an empty cell, you would need to include two consecutive delimiters (e.g., A,B,,D,E).