Re: [MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Rajesh Kumar
Thanks Charles, Debugged "graph-explore.xqy" and "rest-impl.xqy" and tried updating the attribute "repeatable='true': in "config.xqy" and it was working as i have 100 months experience in Marklogic :) . Just wanted to confirm whether this is a bug in 8.0.4 or not? any how thanks for confirming and

Re: [MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Charles Greer
Hi Geert, Rajesh, this bug was fixed, but only in 8.0-6 timeframe, so it's not out yet. It's just a one-liner. For *development purposes* you could try adding the "repeatable='true'" parameter to /MarkLogic/rest-api/endpoints/config.xqy Charles From: general-b

Re: [MarkLogic Dev General] ODI LKM for MarkLogic

2016-08-30 Thread Andrew Jacobs
An IKM to load data in to MarkLogic using ODI in either JSON or XML format is available. You can find that along with the other KMs at https://java.net/projects/oracledi/downloads?page=3&path%5B%5D=ODI&path%5B%5D=Knowledge+Modules&theme=java.net To my knowledge, we don’t have an LKM for MarkLog

Re: [MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Geert Josten
That should work according to the documentation. Are you using latest patch release of MarkLogic 8? Cheers From: mailto:general-boun...@developer.marklogic.com>> on behalf of Rajesh Kumar mailto:rajava...@gmail.com>> Reply-To: MarkLogic Developer Discussion mailto:general@developer.marklogic.

[MarkLogic Dev General] Full time Employment with TCS - Marklogic Developer - Washington DC.

2016-08-30 Thread Swapnil Mahadik
Hi Everyone, We have below full time opportunity. If you are interested, Please share your updated CV along with Salary expectations. I would highly appreciate any references, if you really have someone suitable and seeking for change/Job. Title : Marklogic Developer (2 positions)

[MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Rajesh Kumar
Hi Greet, Tried the same way earlier but endpoint is throwing error, tried debugging the code and not able to find the exact reason and syntax to pass sequence of iris. Tried below calls: /v1/graphs/things?iri= http://dbpedia.org/resource/AJ_Banal&iri=http://dbpedia.org/resource/AJ_Carothers /v1

Re: [MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Geert Josten
Hi Rajesh, Repeat the iri param: /v1/graphs/things?iri=http://dbpedia.org/resource/AJ_Banal&iri=http://dbpedia.org/resource/AJ_Carothers C

[MarkLogic Dev General] iri sequence to graph things endpoint

2016-08-30 Thread Rajesh Kumar
Hi, How to pass multiple sequence iris to the below rest things endpoint. tried: /v1/graphs/things?iri= http://dbpedia.org/resource/AJ_Banal,http://dbpedia.org/resource/AJ_Carothers Thanks & Regards, Rajesh ___ General mailing list General@developer.ma

Re: [MarkLogic Dev General] #CGO#How to ingest data of selected columns from CSV using MLCP & how to define and use primary key to see the log data (failed data in terms of Bad file)

2016-08-30 Thread Khan, Zishan
Thanks Dave, I got the ideas how to use transformation modules but I didn’t find any modules related to skipping the columns as in the MarkLogic material it was only a brief concept to use transformation on input data. Please guide me by putting your valuable inputs so that I could stair up step