Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support natively a few straightforward transformations #216

Closed
Seddryck opened this issue Oct 31, 2016 · 2 comments
Closed

Support natively a few straightforward transformations #216

Seddryck opened this issue Oct 31, 2016 · 2 comments

Comments

@Seddryck
Copy link
Owner

Seddryck commented Oct 31, 2016

The idea is to support a few straightforward transformations such as

  • blank-to-empty: if the current content of the cell is blank (zero or many spaces) replace the content (empty)
  • blank-to-null: if the current content of the cell is blank (zero or many spaces) replace the content (null)
  • empty-to-null: if the current content of the cell is empty (length=0) replace the content (null)
  • null-to-empty: if the current content of the cell is null replace the content (empty)
  • null-to-value: if the current content of the cell is null replace the content (value)
  • any-to-any: replace the content of the cell by (any)
  • value-to-value: if the cell's value is not null will replace the content by (value)

For this we'll need to support a new language native

@Seddryck
Copy link
Owner Author

Seddryck commented Sep 8, 2017

@Seddryck
Copy link
Owner Author

Seddryck commented Sep 8, 2017

New beta (new syntax) available at https://ci.appveyor.com/project/Seddryck/nbi/build/1.16.0-beta.40.build.36

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

No branches or pull requests

1 participant