Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Maintain leading zero numbers in arrays #315

Closed
wants to merge 1 commit into from

Conversation

mssonger
Copy link

We noticed that combining

  • cast: true
  • columns_duplicates_to_array: true
  • and data sets beginning with zero(s)

would cause the leading zeros to be skipped (over-written by subsequent non-zeros).

This solution doesn't cover other falsy values, but we would very much appreciate any solution that includes leading zeros in arrays of numbers.

Thanks so much.

wdavidw added a commit that referenced this pull request Apr 15, 2021
@wdavidw wdavidw closed this in d5d1b4a Apr 15, 2021
@wdavidw
Copy link
Member

wdavidw commented Apr 15, 2021

Thank you for reporting, I have fix the error using your case and a more generic implementation.

wdavidw added a commit that referenced this pull request Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants