CSV Files in Stagraph

Published on Monday, June 18, 2018 by Milos Gregor


If you are working with data, you probably have them stored in Excel files, databases or in CSV files. This post is about CSV files, their import and use in the Stagraph environment.

A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. A CSV file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.

If you are working with data, probably very often you encounter data in CSV format. Import and export of CSV files supports a large number of programs and platforms. Due to their “readability" CSV files are often used to exchange and archive data. Stagraph fully supports this data format. The following video contains an intro tutorial for working with CSV Files in Stagraph.

CSV data is a widely used way of data sharing between applications and platforms. They are easy to read and process. That’s why Stagraph fully supports them. You can import CSV data with multiple properties and this import is fully customizable (read more...).