TAS:Pokročilé/Pluginy/Input, Output/Import/ScenarioImporter/Přejmenování sloupce - ColumnsRename/en: Porovnání verzí

Z Solvertech
Skočit na navigaci Skočit na vyhledávání
(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>“)
 
(Žádný rozdíl)

Aktuální verze z 17. 8. 2022, 13:03

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>
...