Removing the last row

When you input from a tabular data format, such as CSV or Excel, you can tell Easy Data Transform to omit the first N rows.

We looked into adding the ability to also omit the last N rows. But this is tricky, for various reasons I won’t go into here. However you can do this, even if you don’t know in advance how many rows there are, using Slice:

Repeat this multiple time to remove multiple rows.

We have also enhanced Slice so that you can easily remove the first or last N rows

This will be in the next release.

2 Likes