Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for external data definition (e.g. CSV) #81

Open
zimmski opened this issue Feb 3, 2015 · 0 comments
Open

Support for external data definition (e.g. CSV) #81

zimmski opened this issue Feb 3, 2015 · 0 comments

Comments

@zimmski
Copy link
Owner

zimmski commented Feb 3, 2015

It would be useful to add support for loading data from external sources e.g. a external CSV file could be loaded and be made available in the Tavor format. This could be done using a typed token:

$CSV CSV = file: path/to/file.csv

START = $CSV.Column("name")

Would print one entry of the column "name" from the given CSV file.

Additional type token arguments and token attributes could be added e.g. only load column x and y, only load row 1-10, define that the CSV has no header row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant