Hi there,
I am using PAD to read from a CSV into a datable.
Two columns in my datatable are numeric, but I need the datatable to apply some appendages based on the below conditions. Can anyone help me out as to how I do this please?
For each value in both the columns, if the value is "0" OR if the value contains ".", do nothing; else, append ".00" to each, in the datatable.
Many thanks
K.