Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to remap the name of the fields.I failed to apply the mapping function to rename the fields in CE1ARGS.qvd.Can help me?
Mappature: mapping load * INLINE [ Original, NewName PALEDGER, PALEDGERNEW
];
Table_tmp: replace load distinct PALEDGER, capitalize(MapSubstring('Mappature',Original)) as NewNamefrom CE1ARGS.qvd (qvd);
I need rinomirare fields. help shows this feature but I can not write properly. Can you help? you give an example please?
FieldMap:Mapping select oldnames, newnames from datadictionary.;Rename fields using FieldMap;