Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change field name in data load editor while loading data into sheet

Hi , 

Can anyone suggest me a way to change the name of field in the data load editor while loading data to the sheets ?

 

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

To create a field name alias:

LOAD OriginalName as NewName,
...

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
ahmed_hassan
Contributor III
Contributor III

Table:

Load 

Oldname as Newname,

Filed2

From  [path]

Note: if you like to type a name with a space then use "[ ]"  e.g.  [New name]

Somasundaram
Creator III
Creator III

Hi,

we can using alias , we can able to change the fieldname.

ex.    Filename as new_fieldname

          Alias filedname as new_fieldname

 

 

 

 


-Somasundaram

If this resolves your Query please like and accept this as an answer.