Skip to main content
Solved

primaryindex start value

  • November 25, 2014
  • 1 reply
  • 7 views

Forum|alt.badge.img
I have a simple process where I write out a .shp to an SQL database and I would like the Default Primaryindex column to start @ 1000 rather then the default of 1.

 

 

is this possible?  

 

 

 

Best answer by david_r

Hi,

 

 

try overriding the column value using a Counter before the writer.

 

 

David
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • November 26, 2014
Hi,

 

 

try overriding the column value using a Counter before the writer.

 

 

David