Member since
08-31-2016
3
Posts
1
Kudos Received
0
Solutions
04-13-2020
04:31 AM
You have to part the content first as line by line utilizing Split Text Processor. Use regex to extricate values by utilizing Extract Text processor, it will results esteems as traits for the each stream record. Supplant content processor to supplant the traits as substance of the stream record LiteBlue.
... View more
09-06-2016
04:25 PM
2 Kudos
I would prefer to use the native web service or REST interface provided by Sharepoint. https://msdn.microsoft.com/en-us/library/office/bb862916(v=office.12).aspx or https://msdn.microsoft.com/en-us/library/office/fp142380.aspx. You can then ConvertJSONToAvro and use PutHiveStreaming to insert the data into Hive table.
... View more