srdmon2sql

Index Home Arana > Arana Architecture > Arana Utilities > srdmon2sql

srdmon2sql

This command converts SRD Monster text to SQL for Monster db table. The SRD text must be plain. The output is suitable SQL to append/modify monsters in the Arana Monster database table.

The command syntax is:

srdmon2sql [-update] [-insert] [filename]

where,

Option

Description

-update

Generate SQL statements using UPDATE.

-insert

Generate SQL statements using INSERT.

filename

The file to parse. If none specified, /data/netdisk/dnd/doc/SRD-Monsters.txt is read.