cancel
Showing results for 
Search instead for 
Did you mean: 

In Memory lookup for csv files

sdeng
New Contributor II

We have two source csv files, but when using In-Memory Lookup, it won’t work. Can any one help with it?

source file:
image

lookup file:
image

lookup property:
image

It should use $[‘Phone Device’] to do lookup for refercence id value, but it will got below output.
image

1 REPLY 1

Nidam
New Contributor

Hi,

Long time ago, I encountered this also.
If I remember well, it was due to the space in the right path header name.
I don’t remember if you also should remove the space in the left path header but you may want to remove it also.

You should use a mapper for each of your csv file and rename this two columns.

Give it a try and let us know!