Forum Discussion
3 Replies
- TonyToniTone
OneStream Employee
A couple of things:
1. Have you reviewed the Import Processing Log to see what Log Code was assigned to the line item not being picked up?
2. As Nidhi mentioned, remove special characters. There is a snippet for this. The StringHelper has other functions that may be useful in your case outside of this below function. Give them a look.
'Removes characters not valid for an XF name property
Return args.Value = StringHelper.RemoveInvalidNameCharacters(args.Value, False) - NidhiMangtaniContributor III
Hello,
Edit your complex expression to stop that special character from loading or replace before loading.
- RobbSalzmannValued Contributor II
Hi rsacco ,
The following special characters are considered invalid for names and descriptions:
/,
|,
!,
@,
#,
,,
;,
^,
*,
+,
-,
=,
\\,
?,
<,
>,
",
[,
],
{,
},
\r,
\n,
\t
Related Content
- 3 years ago