Creating DistributedList from multiple DelimitedFiles (in one or more directories)
13 views
Skip to first unread message
Deepti Bhatia
unread,
Jan 8, 2014, 7:14:29 PM1/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scoob...@googlegroups.com
For some use cases we have the need to parse the delimited files (with same schema). The fromDelimitedTextFile currently supports only one file or directory. I extended the support for multiple files/directories using an approach similar to the one used for multiple text files (fromTextFileWithPath, and fromTextFileWithPaths)
I submitted a pull request. Let me know if that works or any other changes needed.