Reading CSV data and converting to Numeric value
Hi,
When reading CSV file from a report using BSFN B76B0220, I am able to read the data and parse it using Parse Delimited String BSFN(B98220D). But when reading the last column from the CSV file and trying to convert it to Numeric data type value using the BSFN B0000580, it fails to convert it to Numeric data type value. I have used the same BSFN to convert other values from the CSV file to Numeric data type and it converts it successfully. Only when trying to convert the last read column from the CSV file, facing this issue.