*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    
2 Anchor Start scalar    
3 Anchor End scalar    
4 Starting Index scalar    
5 Length scalar    
6 Plane select    
7 Repeats select    
8 Sort Type select    
Outputs
ID Name Type Remarks
1 csv_coord_from_anchor_output_1 vector  

*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 Files Extensions Separated By Comma string   Files Extensions Separated by Comma
2 Line Delimiter string    
3 Header Names string    
4 Column Ids string    
5 Starting Row Id integer    
6 Ending Row Id integer    
7 Replace Values string    
Outputs
ID Name Type Remarks
1 csv_collect_columns_to_dataset_output_1 dataset  

*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 Files Extensions Separated By Comma string   Files Extensions Separated by Comma
2 Header Row integer    
3 Value Row string    
4 Suppress From Header string    
5 Limit Columns To string    
Outputs
ID Name Type Remarks
1 csv_collect_rows_to_dataset_output_1 dataset