mark firth
mark firth
Hi, I have the exact same issue. 'myfield' field header not found. Did you manage to resolve this? Also GetFieldIndex returns -1 ======================== using (var reader = new LumenWorks.Framework.IO.Csv.CsvReader(new StreamReader(stream),...
Hi, Ive added a csv, the create table sql, and example code. cheers, mark [lumen_bug.zip](https://github.com/phatcher/CsvReader/files/1680781/lumen_bug.zip)
@nathanaeljones I'd like to see this PR as part of the plugin also
Bootstrap would be a very good choice, The current theme supplied by nop-templates is quite painful to edit / update. It would be nice to use a more modern html...
I have the same issue after follwing docs for Custom MVC Routes. Currently using the work around outlined here https://github.com/umbraco/Umbraco-CMS/issues/12834
Hi, My issue was that in a ViewComponent the PublishedContent was null after the custom route implementation . The work around does fix this. public async Task InvokeAsync() { var...