Conditional Mapping Data Management
Summary
SQL script to multiply the amt and upload the resultContent
sAmount = float(fdmRow.getString("AMOUNT"))
if sAmount == 0:
fdmResult = IGNORE
else:
fdmResult = sAmount*1.366
Trying to Multiply the amt and export this into a file for users. As I am working in ARCS I couldn't do any calculations inside the application and pull.
Tagged:
1