Marcos Meli
Marcos Meli
I removed the Examples exe out from the release, with the online examples we are great for now: http://www.filehelpers.net/examples/
Hi @iremmats Padding is already supported, but not well documented :-1: You must use FieldAlign, http://www.filehelpers.net/docs/html/T_FileHelpers_FieldAlignAttribute.htm Can you translate the answer to stackoverflow ? thanks !! ``` [DelimitedRecord("|")] public class...
After hit comment I understand that is for a DelimitedRecord :cry: Is implemented for FixedLengthRecord classes, so is a feature to consider
We must add a ``` PaddingConverter(totalLength, paddingChar) ``` or something like
You are right [PaddingConverter(totalLength, alignMode, paddingChar)
Hi Pawel, thanks for the feedback The current version of the library don't support that feature :disappointed: but is a good addition so, we will be adding it for the...
Hi @rmegal !! welcome to the team !! We are using sandcastle via a NuGet Package, you can check the build script here: https://github.com/MarcosMeli/FileHelpers/blob/master/Build/default.ps1 Here is the sandcastle config file:...
I will move this for 4.0 Because will be better to use a lambda based approach and play with ExpandoObject and dynamic https://gist.github.com/MarcosMeli/a9db0b7f11de0d072609
@michaelakin You are right, the Excel feature don't is using some attributes, we need to do a full review of the attributes that can be used for Excel Storage :disappointed:
Excellent contribution, from a fast review more than of the 80% can be applied, the Invariant methods have some trubble so better to merge them in another wave, let me...