-
Notifications
You must be signed in to change notification settings - Fork 9
Parser Controller
Leandro Alves edited this page Apr 10, 2016
·
1 revision
- Does the parser with the file in the csv format.
-
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.
-
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.