• Abhishek Ranjan 10
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I want to push my all data from salesforce org to my hadoop. Ia there any existing plugin available ? any pointer will be helpfull.
{ "rb": { "a": {
			"Name": "LG1",
			"SLAExpirationDate__c": "2016-4-21",
			"Active__c": "Yes",
			"SLA__c": "Platinum",
			"SLASerialNumber__c": "200"
		},
		"cList": [{
			"FirstName": "K1",
			"LastName": "K2"
		}, {
			"FirstName": "K3",
			"LastName": "K4"
		}]
	},
	{
			"Name": "LG2",
			"SLAExpirationDate__c": "2016-4-21",
			"Active__c": "Yes",
			"SLA__c": "Platinum",
			"SLASerialNumber__c": "200"
		},
		"cList": [{
			"FirstName": "K5",
			"LastName": "K6"
		},
                {
			"FirstName": "K7",
			"LastName": "K8"
		}]
	
}
Hello 
I am getting an error in above json file.
for multiple accounts I have multiple contacts.

divya