Adam Retter
Adam Retter
@khmarbaise Any chance of getting a release of this one?
@khmarbaise any update on this one please?
@khmarbaise any update on this one please?
@khmarbaise Well this PR is just a work in progress. I mostly wanted feedback from you and the team as to whether this was even desirable? I don't actually need...
@opticyclic @khmarbaise I believe the `binFileExtensions` issue is now fixed by https://github.com/mojohaus/appassembler/pull/72
@robwhitby Any update?
@DavidUnderdown I think it would be better to generalise this, so that you can have other repeating rules also. For example how about something like: ``` repeat(1, *, uuid) ```...
> A way to validate comments in some potentially-not CSV format I think for simple comments this could make sense to allow something like `@IgnoreCommentLines` to take a regular expression,...
@adbre based on your example: File A ``` A,B,1,2,3 C,D,4,5,6 ``` File B ``` E,F,1,2,3,4,5 G,H,6,7,8,9,10 ``` I am not at all clear what it is you are trying to...
@adbre Okay so I think you are maybe talking about reuse of CSV Schema components. If so, I would suggest that this is outside of CSV Schema, and you could...