This commit is contained in:
15
source/Plugins/AyaNova.PlugIn.ImportExportCSV/FHAssembly.cs
Normal file
15
source/Plugins/AyaNova.PlugIn.ImportExportCSV/FHAssembly.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using FileHelpers;
|
||||
|
||||
namespace AyaNova.PlugIn.ImportExportCSV
|
||||
{
|
||||
[DelimitedRecord(","), IgnoreEmptyLines()]
|
||||
public sealed class FHAssembly
|
||||
{
|
||||
[FieldTrim(TrimMode.Both), FieldQuoted('"', QuoteMode.OptionalForBoth, MultilineMode.NotAllow)]
|
||||
public String Name;
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user