Skip to content

Conversation

@this-pama
Copy link
Contributor

  • Modify code to add new rows for every distinct location when transpose_locations is true. This ensures that each distinct location is represented as a separate row in the CSV export when transposing locations.

Copy link
Collaborator

@myjyby myjyby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There might be an issue here, as the for loop is designed to add a constant number (n=max_locations) of columns to the sheet. Some pads will have m < n locations, so including the modifiedValues.push(…) inside the for loop will likely introduce unwanted extra rows. I will check this out.

[edit] disregard the comment above as the if (pad_locations[i]) should handle this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants