1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-16 05:06:02 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-07-15 16:49:51 +00:00 committed by Vitaly the Alpaca (bot)
parent 9815eb7296
commit 807d4e0883
3 changed files with 773 additions and 773 deletions

File diff suppressed because it is too large Load Diff

View File

@ -826,9 +826,9 @@ Function SplitFileKey(Val FileData, Val ContentType)
DotReplacement = "___";
FileName = StrReplace(FileData, DotReplacement, ".");
NameParts = StrSplit(FileName, "|", False);
NameParts = 2;
NeedParts = 2;
If NameParts.Count() = NameParts Then
If NameParts.Count() = NeedParts Then
FieldName = NameParts[0];
FileName = NameParts[1];
Else

View File

@ -826,9 +826,9 @@ Function SplitFileKey(Val FileData, Val ContentType)
DotReplacement = "___";
FileName = StrReplace(FileData, DotReplacement, ".");
NameParts = StrSplit(FileName, "|", False);
NameParts = 2;
NeedParts = 2;
If NameParts.Count() = NameParts Then
If NameParts.Count() = NeedParts Then
FieldName = NameParts[0];
FileName = NameParts[1];
Else