Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys, I'm using ChoETL library to read some files and I have a problem with txt files, When I read the lines in a file with 265 lines, about 10 lines it is reading correctly, but the others are shown only null and when I change white space end line in one of the 10 lines correctly, the program return null in this line too. I'd like to know How Can I remove Empty Space in end line using ChoFixedLengthRecordFieldConfiguration or ChoFixedLengthReader?

What I have tried:

I tried to use ChoFieldValueTrimOption, but I didn't understand how to use.
Posted
Updated 23-Feb-23 5:25am
v8
Comments
Graeme_Grant 22-Feb-23 15:27pm    
you need to ask the 3rd-party library people.
Ale Kantousian 23-Feb-23 6:23am    
Sorry, I didn't find the libraries part here, if you can tell me where to find it in the menu.

You ask questions like this of the people who wrote the library, not a bunch of people who never heard of it.

So, after a little Googling, it's a Github project found at GitHub - Cinchoo/ChoETL: ETL framework for .NET[^]

Click that link. See the Discussions link near the top of the window? That's where you go to post your question.
 
Share this answer
 
Go to the website where you obtained the library, and ask there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900