Wikipedia:CSVLoader/Examples
Appearance
Examples
[edit]Tips
[edit]- To avoid clicking the Save button for every page, create a bot account (for example, Ganeshbot) and get it flagged as a bot. This will enable a bot tab in AutoWikiBrowser that has an auto-save option.
- For sandbox testing, include the full path of the sandbox on the first column. For example,
User:Ganeshk/sandbox/Chilakaluripet,Guntur,Andhra Pradesh,India
User:Ganeshk/sandbox/Manalurpet,Viluppuram,Tamil Nadu,India
User:Ganeshk/sandbox/Khalia,Haora,West Bengal,India
- When using the Find & Replace function, leave the skip checkbox unchecked.
- Create lists function helps create bulleted lists from CSV data. For example, if you have a list of cities in a column ,Chennai^Mumbai^Kolkata. CSVLoader will find that the second column has ^ character and split the column into a bulleted list like this:
- Chennai
- Mumbai
- Kolkata