*CSV_COORD_FROM_ANCHOR

Description: Parses Several CSVs files based on extension and collects the Columns to create a dataset

Syntax: csv_coord_from_anchor(file_name,anchor_start,anchor_end,starting_index,length,plane,repeats,sort_type)

Inputs
ID Name Type Default Remarks
1 File Name scalar   File Name
2 Anchor Start scalar   Anchor Start
3 Anchor End scalar   Anchor End
4 Starting Index scalar   Starting Index
5 Length scalar   Length
6 Plane select   Plane
7 Repeats select   Repeats
8 Sort Type select   Sort Type
Outputs
ID Name Type Remarks
1 csv_coord_from_anchor_output_1 vector  

*CSV_COLLECT_ROWS_TO_DATASET

Description: Parses Several CSVs files based on extension and collects the Rows to create a dataset

Syntax: csv_collect_rows_to_dataset(files_extensions_separatedby_comma,header_row,value_row,suppressfrom_header,limit_columnsto)

Inputs
ID Name Type Default Remarks
1 FESBC string   Files Extensions Separated by Comma
2 Header Row integer   Header Row
3 Value Row string   Value Row
4 Suppress from Header string   Suppress from Header
5 Limit Columns to string   Limit Columns to
Outputs
ID Name Type Remarks
1 csv_collect_rows_to_dataset_output_1 dataset  

*CSV_COLLECT_COLUMNS_TO_DATASET

Description: Parses Several CSVs files based on extension and collects the Columns to create a dataset

Syntax: csv_collect_columns_to_dataset(files_extensions_separatedby_comma,line_delimiter,header_names,column_ids,starting_row_id,ending_row_id,replace_values)

Inputs
ID Name Type Default Remarks
1 FESBC string   Files Extensions Separated by Comma
2 Line Delimiter string   Line Delimiter
3 Header Names string   Header Names
4 Column Ids string   Column Ids
5 Starting Row Id integer   Starting Row Id
6 Ending Row Id integer   Ending Row Id
7 Replace Values string   Replace Values
Outputs
ID Name Type Remarks
1 csv_collect_columns_to_dataset_output_1 dataset