Translations:TAS:Pokročilé/Pluginy/Input, Output/Import/ScenarioImporter/Odstranění řádků - LineNumbersForDeletion/9/en
Verze z 17. 8. 2022, 09:22, kterou vytvořil Jana.safferova (diskuse | příspěvky) (založena nová stránka s textem „The import file contains a name unrelated to the import on the first row and the next two rows are skipped until the column names are listed on row 4. In this case, it is enough to delete row 1 using the function and the other two will be ignored and the data will be loaded. If we were to delete the first three rows (which seems logical at first glance) the command will delete the first row of the title, ignore the two empty rows and then delete the r…“)
The import file contains a name unrelated to the import on the first row and the next two rows are skipped until the column names are listed on row 4. In this case, it is enough to delete row 1 using the function and the other two will be ignored and the data will be loaded. If we were to delete the first three rows (which seems logical at first glance) the command will delete the first row of the title, ignore the two empty rows and then delete the remaining two rows with the already required content and the data will not be loaded.