cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Valuemapping CSV import

0 Likes
14,519

Hello Integrators!

I've been trying to find out the correct CSV template to upload value mappings in the CPI Web IDE. The documentation is not really clear on this and I have not yet found a topic on this on the community.

It's a complete new integration, and I have no PI system available(the documentation suggest that the PI export has the correct layout).

I tried:

agency1|identifier1,agency2|identifier2
sourceValue,targetValue

And

agency1|identifier1,sourceValue,agency2|identifier2,targetValue

But none of these worked. Can someone provide me with an example file?

Thanks!

View Entire Topic
ab13
Participant

Hi,

What worked for me is creating the csv file using notepad first (like first few lines). Then, opening it and editing via Excel. Because if I create in Excel and save it as .csv, it doesn't recognize it as correctly formatted even though it has the same content as the one I made (creating using notepad first).

Hope this helps!

Kr,

abby

Hi Abby,

Thanks a lot for your comment.

I was struggling with this issue but it resolves as I created csv file from notepad.

Thanks a ton.

Regards,

Pooja

StefNoyens
Participant
0 Likes

You need to check that the encoding is 'UTF-8' and not something else like 'UTF-8-BOM'.

BarnabasRadics
Explorer
0 Likes

Thanks Abby. This solved the issue perfectly.

Selecting UTF-8 on Excel did not work but this did