Skip to content
Leandro Alves edited this page Apr 10, 2016 · 1 revision

Class

  • Does the parser with the file in the csv format.

Method

  • def check_nil_ascii( text )

  • Makes sure that there isn't empty ascii characters in the csv file.

  • def check_date( text )

  • Checks the date.

  • def check_and_save( c )

  • Checks and save the data from the file.

Variable

  • enterprise

  • Stores the enterprise.

  • s

  • Stores the state.

  • s

  • Stores the sanction.

  • e

  • Stores the enterprise .

  • c

  • Stores all the data from the parser.

  • filename

  • Stores the .csv file.

  • sanction_type

  • Stores the sanction type.

  • state

  • Stores the state.

Clone this wiki locally