Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
5 replies
Answers
1 answer
Subscribers
10 subscribers
Views
4727 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All, I have a file which is coming from an External system in .dat form
harshav
over 10 years ago
Hi All,
I have a file which is coming from an External system in .dat format and the values which are there in the .dat file will be pipe delimited,
Is there a way to get the data extracted from that file and save into PVs,
Please suggest me.
OriginalPostID-141919
OriginalPostID-141919
Discussion posts and replies are publicly visible
0
nareshs427
Certified Senior Developer
over 10 years ago
Hi Harsha,
Did you try this custom function 'getdatafromdocument'.
If not here is the link..
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
venkats533
over 10 years ago
Harsha, my personal choice would be to use an expression rule in fn!reduce() loop, instead of using a custom function. of course you have to write that specific expression rule to fetch first element, then pass the remaining string to next function in fn!reduce() loop.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Lokesh Kothari
A Score Level 1
over 6 years ago
in reply to
nareshs427
Hi , can you please resent the link, as the above link is not working, to fetch data from .dat file extension
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Harsha Sharma
Certified Lead Developer
over 6 years ago
in reply to
Lokesh Kothari
Hi Lokesh, You can try using ReadTextFromFile() available in File Reader Plugin (v1.0.1) . This function can help with reading the data within the file and pulling it in Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
0
paragk998
Certified Lead Developer
over 6 years ago
hi
you can try providing file name as "filename.csv" as you are saving file in appian, rather then dat, then user excel to CDT smart service
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel