[BACK]Return to pta_import.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pta

Diff for /pta/pta_import.1 between version 1.8 and 1.10

version 1.8, 2020/11/26 19:39:43 version 1.10, 2020/11/30 16:19:19
Line 44  is exactly one of
Line 44  is exactly one of
 .It  .It
 .Cm bbva_usa  .Cm bbva_usa
 .It  .It
   .Cm capital_one_360
   .It
 .Cm capital_one_credit  .Cm capital_one_credit
 .It  .It
 .Cm chase_credit  .Cm chase_credit
 .It  .It
   .Cm etrade_ira
   .It
 .Cm optum_hsa  .Cm optum_hsa
 .It  .It
 .Cm sparkasse_camt  .Cm sparkasse_camt
Line 77  The number in
Line 81  The number in
 .Xr pta-accounts 5  .Xr pta-accounts 5
 of the bank or credit card account this CSV file contains entries for.  of the bank or credit card account this CSV file contains entries for.
 This rule is required in every configuration file.  This rule is required in every configuration file.
   .It Ic COSTCENTER Ar costcenter_column
   The column number in the CSV file containing the cost center.
   Numbering starts from 1.
   If this rule is not specified, no cost centers are assigned.
   .It Ic DATE Ar date_column date_format
   The column number in the CSV file containing the date.
   Numbering starts from 1.
   The
   .Ar date_format
   is one of
   .Ic MM/DD/YY ,
   .Ic MM/DD/YYYY ,
   .Ic YYYY-MM-DD ,
   or
   .Ic DD.MM.YY .
   This rule is required in every configuration file.
 .It Ic DELIM Ar delimiter  .It Ic DELIM Ar delimiter
 The character used to separate fields.  The character used to separate fields.
 This rule is required in every configuration file.  This rule is required in every configuration file.
Line 88  line verbatim, or cause parsing to fail if it does not
Line 108  line verbatim, or cause parsing to fail if it does not
 .It Ic IGNORE Ar regular_expression  .It Ic IGNORE Ar regular_expression
 Skip all lines in the CSV file matching the  Skip all lines in the CSV file matching the
 .Ar regular_expression .  .Ar regular_expression .
   .It Ic QUANTITY Ar quantity_column
   The column number in the CSV file containing the number of stock shares.
   Numbering starts from 1.
   If this rule is not specified, no information about the number of traded
   securities is appended to the text string.
 .It Ic QUOTE Ar quote  .It Ic QUOTE Ar quote
 Expects that every field starts and ends with the  Expects that every field starts and ends with the
 .Ar quote  .Ar quote
Line 107  rule.
Line 132  rule.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds -compact  .Bl -tag -width Ds -compact
 .It Pa ./import/bbva_usa.txt  .It Pa ./import/bbva_usa.txt
   .It Pa ./import/capital_one_360.txt
 .It Pa ./import/capital_one_credit.txt  .It Pa ./import/capital_one_credit.txt
 .It Pa ./import/chase_credit.txt  .It Pa ./import/chase_credit.txt
 .It Pa ./import/sparkasse_camt.txt  .It Pa ./import/etrade_ira.txt
 .It Pa ./import/optum_hsa.txt  .It Pa ./import/optum_hsa.txt
   .It Pa ./import/sparkasse_camt.txt
 .It Pa ./import/wellsfargo.txt  .It Pa ./import/wellsfargo.txt
 .El  .El
 .Pp  .Pp
Line 290  Pattern recognition in the
Line 317  Pattern recognition in the
 .Pa import/accountname.txt  .Pa import/accountname.txt
 files is under continued development.  files is under continued development.
 .It  .It
 Only CSV files for these account types are supported:  User-defined configuration files are not currently
 .Bl -bullet -offset indent -compact  supported.
 .It  
 .Cm BBVA USA bank accounts  
 .It  
 .Cm Capital One credit cards  
 .It  
 .Cm Chase credit cards  
 .It  
 .Cm Optum HSA bank accounts  
 .It  
 .Cm Sparkasse bank accounts  
 .It  
 .Cm Wells Fargo bank accounts  
 .El  
 .El  .El

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

CVSweb