Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to get the
@odata.nextLink
shown in the sample. All options I have seen to pull the header like (https://community.talend.com/s/feed/0D73p000004kVvkCAE?language=en_US)are not working, my assumption is the @. Has anyone worked with extracting odata headers?
[{JSON code here}
],"@odata.nextLink":"https://api.addresssample=FIN&$skiptoken=20000"}
Hello
The expression of accessing column value is: rowLabel.columnName, eg: row1.name obviously, @odata.nextLink is not a column name in your case.
Regards
Shong