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 3 Next »

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