Import Script Failure
I am trying to split a column from the source file. The column is either 6 character long or 13 character long. first 6 are account and the next 7 are CC. not all records contain CC, but all contain an account.
I am using two import scripts to split the column. These seem very simple. I have tested them in IDLE and they both work exactly as expected. However, when I try to import data using FDMEE, I get an error. These scripts are very simple, and they work fine in Python IDE. I am pulling my hair out at this point trying to figure out what is not working. These are the only import scripts I am using. The rest of the fields are straight import. The scripts are below: