I have jsonpath parser setup of D7.27, however when i try to use feeds tamper (7.x-1.0-beta5) over the top to do some string manipulation pre parse i end up with multiple empty nodes generated in addition to the expected ones. Anyone else getting similar?

If i switch to csv then the tamper works fine.

But the combination of jsonparser and feeds tamper is triggering my problem.

Comments

RavindraSingh’s picture

couldn't replicate on 7.x-1.0-beta2. so closing this issue. please verify your setting for context setting...

Assuming you have JSONPath expressions mapped to the Title, and Author fields, your expressions would look like:

Context: $.store.book.*
    Title: title
    Author: author

see this example on module page.

RavindraSingh’s picture

Status: Active » Closed (cannot reproduce)