Hi - I have the JSON acquisition node quite happily reading a JSON file but is there a way on the node to remove the prefixed field names e.g.
The columns being read in are prefixed as follows:
Input Field Name
envelopes.billingMedia.id
envelopes.billingMedia.description
envelopes.isCopy
envelopes.isMarketingExcluded
envelopes.postalAddress.title
envelopes.postalAddress.foreName
envelopes.postalAddress.surname
envelopes.postalAddress.postCode
envelopes.postalAddress.addressLines.line
envelopes.statements.statementId
envelopes.statements.statementDate
envelopes.statements.accountNumber
envelopes.statements.totalAmountDue
envelopes.statements.accounts.accountId
envelopes.statements.accounts.previousClosingBalance
envelopes.statements.accounts.openingBalance
Is there a way to remove the envelopes prefix or would I have to do a transform node to rename the columns?
Thanks
Martin