mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
Split header skipper and header row into separate properties
This commit is contained in:
@@ -44,6 +44,10 @@ namespace SabreTools.Data.Models.Metadata
|
||||
/// <remarks>(yes|no) "yes"</remarks>
|
||||
public bool? ForceZipping { get; set; }
|
||||
|
||||
public string[]? HeaderRow { get; set; }
|
||||
|
||||
public string? HeaderSkipper { get; set; }
|
||||
|
||||
public string? Homepage { get; set; }
|
||||
|
||||
public string? Id { get; set; }
|
||||
@@ -100,9 +104,6 @@ namespace SabreTools.Data.Models.Metadata
|
||||
[NoFilter]
|
||||
public const string CanOpenKey = "canOpen";
|
||||
|
||||
/// <remarks>string, string[]</remarks>
|
||||
public const string HeaderKey = "header";
|
||||
|
||||
/// TODO: This needs an internal model OR mapping to fields
|
||||
/// <remarks>Search</remarks>
|
||||
[NoFilter]
|
||||
|
||||
Reference in New Issue
Block a user