Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I have a question. Does the following true about ApplyMap () ??
1 ) No error if the mapping table does not exists. ??
2) Mapping table exists after LOAD ??
Thanks
Hi ,
Can you post your sample data
Hi Nikhil,
Can you share the error details...and Syntax for Applymap is as follows:
APPLYMAP('Mapping_Table_Name',FieldName,'Default Value') AS [Required Field]
Note: Mapping Table Name must be enclosed with single qoutes.
regards,
Ankur
Hey Nikhil,
Can you post the error you get?
Cheers,
Naresh
HEy,
Actually i again tried it and does not get any error . Rather i get a column added with null values.
So no error is there.