Add and remove rows programatically
Every row in a import is now assigned a unique identifier, which can be referenced in a row hook. This enables you to add or delete a row from within a step hook without trying to manage index positions.
Check out the new instance methods addRows and removeRows.