I am using Visual Importer 4.7.8 Trial version on Windows XP.
I am loading from flat file to Oracle 10g. After I have tested and ensure all the fields are all loaded properly, I decided to try something more "advanced" than just simply "Mapped To". I wanted to test the "Calculated" mapping. And I want to strip of the first character of a field that i have mapped successfully to using "Mapped To". However, I find that no matter what expression I used. The following is the "Template" definition:
Field=ORACLE_FIELD_1
Mapping=Calculated
MappedTo=
Calculated=SubString([CSV_ACCOUNTNO],2,14)
Format=
Default=
IfNull=Ignore
IfError=Set To Null
Key=False