I need to setup an auto indent for a client. He's importing data using data shuttle but the csv file tracks levels in a column called Level. I need to read the value in level and indent the row accordingly. So for example it it's 0 then it stays a parent row. If it's 1 then it's a child row (and it's parent will be the row immediately above it) and so on.
is there a way to do this programmatically using the API since i can't find a way to do this using Data Shuttle
I looked at the Api docs and it doesn't provide example code for this