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

EEZ flow - CSV import and export #185

Closed
2 tasks
prasimix opened this issue Jun 14, 2022 · 1 comment
Closed
2 tasks

EEZ flow - CSV import and export #185

prasimix opened this issue Jun 14, 2022 · 1 comment

Comments

@prasimix
Copy link
Member

prasimix commented Jun 14, 2022

Two new blocks for importing and exporting CSV files are required:

  • Import CSV block parameters:
  • Filename
  • Character set
  • From row
  • Separated by (Tab, Comma, Semicolon, Space, Other)
  • Decimal separator (comma, point)
  • Column selection - one dimensional array of true and false values, e.g. if we want to read 1st, 3rd and 4th column, the array should be: (true, false, true, true)
  • Import into - one-dimensional array if we want to import one row at the time, or two-dimensional array if we want to import all rows (starting from From row)
  • Export CSV block parameters:
  • Filename
  • Character set
  • Separated by (Tab, Comma, Semicolon, Space, Other)
  • Decimal separator (comma, point)
  • Header - one-dimensional array with column names (skipped if empty)
  • Export from - one-dimensional array if we want to export one row at the time, or two-dimensional array if we want to export multiple rows at once
@prasimix prasimix changed the title CSV import and export EEZ flow - CSV import and export Jun 15, 2022
@prasimix prasimix added this to the M11 milestone Jun 17, 2022
@mvladic mvladic modified the milestones: M11, v1.0 Sep 25, 2022
@prasimix prasimix modified the milestones: v1.0, Phase III Sep 28, 2022
@prasimix prasimix modified the milestones: Phase III, M15 Mar 6, 2023
mvladic added a commit that referenced this issue Jun 21, 2023
@prasimix
Copy link
Member Author

Fixed

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

2 participants