This commit is contained in:
@@ -383,9 +383,9 @@ namespace AyaNova.Biz
|
||||
public async Task<bool> ImportV7Async(JObject j, List<ImportAyaNova7MapItem> importMap, Guid jobId)
|
||||
{
|
||||
//some types need to import from more than one source hence the seemingly redundant switch statement for futureproofing
|
||||
switch (j["V7_TYPE"].Value<string>())
|
||||
switch (j["IMPORT_TASK"].Value<string>())
|
||||
{
|
||||
case "GZTW.AyaNova.BLL.Locale":
|
||||
case "main":
|
||||
{
|
||||
//Get source locale name from filename using regex
|
||||
var SourceLocaleFileName = j["V7_SOURCE_FILE_NAME"].Value<string>();
|
||||
|
||||
Reference in New Issue
Block a user