I would like to modify one attribute of a record in GoodData using CloudConnect (namely set "Status" to "Deleted"). My table contains 35 arguments, and I was told that the only way to do so was to upload the whole record with this single field change).
Is there any better way to do so than what I am doing now, i.e. :
Creating 2 reports in the web Interface of GoodData (because I have more than 20 attributes in this table)
Thanks to their address, access the URL of the csv version of these reports to be downloaded in GD
Merge those 2 reports per business key, using every attribute in my original table
Change "Status" to "Deleted" on the records that interest me (fulfill a specific condition)
I am pretty much of a beginner in database management, and it seems weird to me that it is so hard to access data stored in GoodData (and also that it is so difficult to update one field of one table), don't hesitate to point parts of the documentation to me, I didn't find anything helpful in it.
Thanks in advance