Remove column from excel
Removes a column from an excel file.
#
Properties#
Input- Column index The index of the column tp be removed.
- File Path Path to xls/xlsx file.
- Sheet Name The name of the sheet from where to remove the column. It can be left blank if we want to load data from first sheet.
#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
ResultSee Designer Properties above.
#
Xls(x) configuration- Sheet Number The sheet number to read. If left empty, it will read all the sheets.
#
ExampleAmazon read reviews with confirmation
In this sample, we read all negative reviews for an amazon product and display confirmation dialog at the end with all the extracted reviews. We use read excel to read the csv file with extracted negative reviews.