Hello,
I have a text format attribute (lenght : 5 characters (for exple : FEFER, FOUSER,...)) as primary key and I want to change it in integer attribute format. Do you know about methods to do it ? I've tried ASCII conversion but it gives results more than the integer limit.
For exemple : I thought I could change each letter by the number (A->1, B->2, ...). How can I do it ?
Thank you for your help.