Commit c66c139b by Amelin Konstantin

Refactor convert

parent 624d70f9
...@@ -281,7 +281,7 @@ object Main { ...@@ -281,7 +281,7 @@ object Main {
.replace("RP0058900001", "BROKN") .replace("RP0058900001", "BROKN")
.replace("NDC000000000", "SPB01") .replace("NDC000000000", "SPB01")
.replace("НКО АО НРД", "ПАО «Санкт-Петербургская биржа»") .replace("НКО АО НРД", "ПАО «Санкт-Петербургская биржа»")
.replace("""Небанковская кредитная организация акционерное общество "Национальный расчетный депозитарий"""", "ПАО «Санкт-Петербургская биржа»")) .replace("""Небанковская кредитная организация акционерное общество "Национальный расчетный депозитарий"""", "ПАО «Санкт-Петербургская биржа»"))
val sourceXmlValid = if (template.isStraight) nsdScheme else rtsScheme val sourceXmlValid = if (template.isStraight) nsdScheme else rtsScheme
val outputXmlValid = if (template.isStraight) rtsScheme else nsdScheme val outputXmlValid = if (template.isStraight) rtsScheme else nsdScheme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment