CSVParser
Last Updated On 2021-07-16
Version 1MinSDK 7Tutorial Video
Component for parsing a csv file
Methods
You can set the below method blocks in the blocks section of the builder.
AddColumnWithIndex
Method for AddColumnWithIndex
AddRowWithIndex
Method for AddRowWithIndex
DeleteColumnWithIndex
Delete Column With Column Number
DeleteRowWithIndex
Method for DeleteRowWithIndex
GetCSV
Method for GetCSV
GetCellWithIndex
Get Cell With Column And Row Number
GetColumnWithIndex
Get Column With Column Number
GetColumnsLength
Method for GetColumnsLength
GetRowWithIndex
Get Row With Row Number
GetRowsLength
Method for GetRowsLength
SetCSV
Set the main CSV File With it
UpdateCell
Change the data of a cell with column number and row number
UpdateColumnWithIndex
Method for UpdateColumnWithIndex
UpdateRowWithIndex
Method for UpdateRowWithIndex