Renaming a column - ColumnsRename

Z Solvertech
Verze z 17. 8. 2022, 13:03, kterou vytvořil Jana.safferova (diskuse | příspěvky) (založena nová stránka s textem „<span style="color: rgb(0,0,0);">The Company and Name columns are loaded from the file into Tasha. I want to use the company as the name. So I need to rename the Name column, which would automatically be taken as the name by Tasha, so that I can map the Company column as the name.</span>“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání
Jiné jazyky:

Renames the column name during import. Before loading the Column Header.

In general:

1 <ColumnsRename>
2 <string>název_sloupce;nový_název_sloupce</string>
3 </ColumnsRename>

Příklad:

The Company and Name columns are loaded from the file into Tasha. I want to use the company as the name. So I need to rename the Name column, which would automatically be taken as the name by Tasha, so that I can map the Company column as the name.

...

<ColumnsHeader>
<string>name;Firma</string>
</ColumnsHeader>
...
...
<ColumnsRename>
<string>Jméno;Zákazník</string>
</ColumnsRename>
...