schibsted / jslt

JSON query and transformation language
Apache License 2.0
638 stars 120 forks source link

Have multiple Json input files that needs to be transformed to one file #325

Open iammurugesh opened 10 months ago

iammurugesh commented 10 months ago

Hi,

I have a requirement where i need create a json mapping to more than 1 JSON input files. Is merging the json files the only way? what if both these json files have same Keys?

larsga commented 10 months ago

You can pass one JSON as input and the others as parameters.

iammurugesh commented 10 months ago

Thanks , Can you please point me to any example?