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

Encode directly from string in one step only #3

Open
baumblatt opened this issue Oct 13, 2017 · 0 comments
Open

Encode directly from string in one step only #3

baumblatt opened this issue Oct 13, 2017 · 0 comments
Milestone

Comments

@baumblatt
Copy link
Owner

Actually the Encode node receive only a word array as payload that is obtained easily decoding a string with Decode node.

But is a little bit tedious to decode a string just to encode it as Base64 for example.

This issue is to enhance the Encode and Decode node to do a combo of decode/encode in only one step without remove the ability to do just one of the actions.

@baumblatt baumblatt added this to the 0.2.0 milestone Oct 13, 2017
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