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

Create text transformations #38

Open
pleonex opened this issue Jun 10, 2017 · 2 comments
Open

Create text transformations #38

pleonex opened this issue Jun 10, 2017 · 2 comments

Comments

@pleonex
Copy link
Member

pleonex commented Jun 10, 2017

Implement a configuration or similar class to apply text transformations. For instance, to replace back and forward characters like á. Also, to remove trailing spaces.

@pleonex pleonex added this to the v1.0 milestone Jun 10, 2017
@pleonex pleonex self-assigned this Jun 10, 2017
@pleonex
Copy link
Member Author

pleonex commented Mar 3, 2018

The support for text tables will be handle as a new encoding for DataWriter and DataReaders (#54). Furthermore, it will extend some API to apply the conversion to text.

For other text transformation like trailing spaces needs to happen at a higher level since it needs to apply to all the encodings. That should be handled by the Converter reading the external text file, since depending on the file it may be or not supported removing trailing spaces. We could group these methods and utilities into a class.

@pleonex pleonex added the text label May 19, 2018
@pleonex
Copy link
Member Author

pleonex commented May 27, 2018

Implemented Replacer.

For general text transformation, I could implement a "Transformer" with several fields configured. We could a field into the TextReader, TextWriter, DataReader and DataWriter so they are done automatically.

@pleonex pleonex removed this from the v1.0 milestone Oct 6, 2018
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