NAME
App::iTan::Command::Import - Imports a list of iTans into the database
SYNOPSIS
itan import --file IMPORT_FILE [--deletefile] [--overwrite]
DESCRIPTION
Imports a list of iTans into the database form a file with one iTAN per line.
The file must contain two columns (separated by any non numeric characters). The first column must be the index number. The second column must be the tan number. If your online banking application does not use index numbers just set the first column to zero.
10 434167
11 937102
OR
0 320791
0 823602
OPTIONS
file
Path to a file containing the iTANs to be imported.
deletefile
Delete import file after a successfull import
overwrite
Overwrite duplicate index numbers.
Index numbers must be unique. Default behaviour is to skip duplicate iTan indices. When this flag is enabled the duplicate iTans will be overwritten.