Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Notes:

  • In create, you can only use Insert mode. The update can be insert, update or delete.

  • ​ In create, if you don't delete the original Feature Service, the output accumulates. (1 liked)

Problem 1

Can’t change java date string to ArcGis date field

Solution

Add transformer DateTimeConverter to change the date

  1. @DateTimeFormat(@DateTimeNow(), %Y-%m-%d)

  2. Problem 1

Problem 2

ArcGIS Portal Feature Service Writer: Encountered an unexpected error. The error code from the server was '500' and the message was: 'JSONObject["globalId"] not found.'. Details: ''

Solution 2

  1. when creating writer of the feature layer, please use the Global id

Problem 3

Add CRCCalculator transformer if the source data has no real unique id

Solution 3

  • No labels