ingest partly data using http api connector
hi all
can i ingest only selected fields for the schema using the http api source ?
example schema :
clientid (primary id)
firstName:string
balance : int
so in the initial ingestion from the API i have ingested one record with the mapper
3333,joe,400
now i need to update the balance only
so i posted 3333,500. using the same source api
what happened is that the "joe" disappear from the profile...
how can i handle it better ? this is just short example , in the real scenario i have hundred of fields that i don't what to pass since they haven not changed