Skip to main content
Question

Add a new column which include the previous column data type(string, data ect)

  • November 25, 2022
  • 3 replies
  • 18 views

dallas2011
Contributor
Forum|alt.badge.img+2

Hi, I have a question, I would like to ask if it is possible to insert a column that contains the character encoding of the previous column.

Do you think it is possible to do this?

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • November 25, 2022

I don't think you can do this, the Schema reader and SchemaScanner transformer can be used to create a schema feature which describes the data structure, but it only covers basic types (i.e. char or varchar) without mentioning the encoding.


srinivasgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • November 25, 2022

out of my curious - we have transformer "AttributeCreator" - by using this also we are able to create a column. I would appreciate if anybody could light on this how it is different from creating an "attribute" and a "column" . Thanks.


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • November 25, 2022

out of my curious - we have transformer "AttributeCreator" - by using this also we are able to create a column. I would appreciate if anybody could light on this how it is different from creating an "attribute" and a "column" . Thanks.

It's really just a matter of semantics, different names for the same thing. With spreadsheet or database formats people are more likely to say column than with GIS data, but that's it.