-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to exclude specific row? #104
Comments
You can set a row predicate on the CsvSourceOptions that receives a String[] with the contents of each row - not sure if that would work. It might be worth augmenting the predicate to receive the row number as well as the String[] contents... |
Contents of first and last rows are different for each CSV file. Files will be uploaded by clients. I guess that does not work for this situation. Actually skipping some specific rows are an expected feature. Looks like solution is removing rows before giving as an input to Morpheus. |
I'll look to add an enhancement to facilitate this |
That would be great. Thanks! |
I want to exclude first and last rows from my CSV file before I start to process. Is there any options method for it? There are exclude and include column methods. I could not find for rows. Any idea about it?
The text was updated successfully, but these errors were encountered: