Member since
06-11-2018
10
Posts
1
Kudos Received
0
Solutions
08-07-2018
05:42 PM
1 Kudo
Translate Field Names "normalizes" the column names by uppercasing them, but also by removing the underscores, which should explain why TEST_ID isn't matching, but I can't tell why STRING isn't matching. Can you try setting the field names in the schema to their uppercase counterparts, as well as the keys in the JSON file? For JSON inputs, you can also use JoltTransformJSON (for a flat JSON file of simple key/value pairs) check out this spec which lowercases the field names, you can change the modify function to =toUpper instead of =toLower.
... View more
07-19-2018
05:42 AM
Ok, thanks Matt, this template helps me
... View more
06-21-2018
07:55 AM
I don't know, I am newbie How to check ?
... View more