Hi all,
I have two question about transformation and conversion files in BPC10 for Netweaver:
1) Is it possible to refer to a header row which contains data (not the header for labels)
e.g.
Here, the first row gives the detail for the year and the period and I would like to use these informations in the mapping section of the transformation file, can I?
2013;012
IT00;1020210010;A00;EUR;20
IT00;1040300005;A00;EUR;10
IT00;1040300005;A39;EUR;100
2)I have the amount/key figures in the file I have to load with the point (".") as thousands separator. I tried to replace it with blank in the conversion file with:
js: %external%.replace(".","")
but this instruction seems to replace only one occurrences so if I have a number like 90.000.000 it only removes the first point (90000.000) and then it discards the record. I tried to use the javascript instruction js: %external%.replace("/./g","") which it should replace all the occurences but it doesn't work.
I cannot modify the file in input.
Thanks,
Michele