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:
parent
9815eb7296
commit
807d4e0883
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user