Replies: 1 comment
-
|
Any chance you can send me a sample file with what you're doing, so I can test? Also can you send the result of the BE debug function on one of the failing copies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In BE plugin 4.2.4 I was able to read just the 1st line of a import .txt file (UTF-8) by using the following,
I upgraded to BE plugin 5.0 and that line no longer worked,Now I have to read the entire file with this,
I tried with FM version 19.6.3.302 as well as 21.1.1
Is there a way to read JUST the 1st line of a UTF-8 .txt file , sometimes my import files are 400k - 600k records per .txt file , putting that much data in a variable is slower.
Beta Was this translation helpful? Give feedback.
All reactions