Configuration File

[framework]
python : 3.5.2
tkinter : 8.6
pyinstaller : 3.2

[package]
name : RaConverter
version : 1.1.2
last_modified : 2017-05-22
author : Henrik Sejersen
email : mail@henriksejersen.com
description : Convert data files from statistical software packages to delivery files "Bilag 9"

[diverse]
main : __main__
font_option : *font
font : TkDefaultFont 12
resize_x : 0
resize_y : 0
side_top : top
side_left : left
side_right : right
fill_x : x
expand_yes : yes
anchor_east : e
anchor_west : w
relief_flat : flat
relief_solid : solid
tearoff : 0
underline : 0
state_enable : normal
state_disable : disable
read_mode : r
write_mode : w
wrap : word
index_start0 : 0
index_start1 : 1.0
index_end : end
new_line :
black : black
white : white
insert : insert
offset : +%d+%d
utf8 : utf-8
utf8_no_bom : utf-8-sig
strict : strict
io_error : I/O error({0}): {1}
windows_separator : \
unix_separator : /
windows_os : Windows

[program]
stata_name : Stata
stata_syntax : .do
stata_data : .dta
sas_name : SAS
sas_syntax : .sas
sas_data : .sas7bdat
sas_catalog : .sas7bcat
spss_name : SPSS
spss_syntax : .sps
spss_data : .sav
valid_extensions : ${program:stata_data} ${program:sas_data} ${program:spss_data}

[main_application]
button_height2 : 2
button_frame_padx10 : 10
button_frame_pady7 : 7
button_pady3 : 3
main_title : Create Delivery Files
menu_raconverter : RaConverter
sub_menu_about : About
sub_menu_exit : Exit
about_raconverter : About
missing_catalog : Missing Catalog File
data_file_information : Data File Information
button_step1 : Step 1:
               Select Data File
button_step2 : Step 2:
               Create Syntax
button_step3 : Step 3:
               Add Data File Info
button_step4 : Step 4:
               Create Output
about_message : ${package:name} v${package:version} (${package:last_modified})
                ${package:description}
missing_catalog_message : An expected ${program:sas_name} catalog file was not found. Is this intentional?
intro_text : Welcome to RaConverter!

             This program guides you through four steps that will convert a data file from ${program:stata_name}, ${program:sas_name} or ${program:spss_name} to the requested delivery files:

             Step 1. Identify your data file
             Step 2. Create and execute a syntax file
             Step 3. Add data file information
             Step 4. Create the delivery files
missing_catalog_text : Step 1 cancelled!

                       The SAS catalog is either missing or not properly named

                       Instructions:
                       1. Create a copy of your ${program:sas_name} catalog file here: "{0}"
                       2. Rename the catalog file to: "{1}${program:sas_catalog}"
                       3. Start over

                       Note:
                       The link between variable and format must be stored in the data file through a ${program:sas_name} data step
                       The catalog file must only contain formats (code lists) used by the selected data file
step1_invalid_text : Error!

                     Invalid file extension: "*{0}"

                     Supported file extensions:
                     "*${program:stata_data}"
                     "*${program:sas_data}"
                     "*${program:spss_data}"
step1_true_text : Step 1 completed!

                  Path to the data file directory: "{0}"
                  Name of the data file: "{1}"
step2_true_text : Step 2 completed!

                  Syntax file stored in: "{0}"
                  Syntax file name: "{1}{2}"

                  Instructions:
                  1. Leave this program running in the background
                  2. Open {3} and execute all lines of "{1}{2}"
                  3. Complete the final steps in this program after the syntax has been successfully executed
step3_true_text : Step 3 completed!

                  Valid entries (including empty entries) will be added to the appropriate delivery file
step4_true_text : Step 4 completed!

                  The delivery files are stored in: "{0}"

                  Metadata file: "{1}${metadata_file:metadata}"
                  Data file: "{1}${metadata_file:data}"

                  Please note:
                  Open the delivery files and check that all characters are presented correctly on the screen. If some characters are incorrect, open your data file in {2} and change the input character encoding

[entry_form]
label_width17 : 17
label_width21 : 21
entry_width36 : 36
text_entry_width46 : 46
text_entry_height16 : 16
button_height1 : 1
button_frame_padx7 : 7
button_frame_pady10 : 10
button_padx3 : 3
entry_frame_padx10 : 10
entry_frame_pady5 : 5
text_entry_padx10 : 10
enter_event : <Enter>
leave_event : <Leave>
button_press_event : <ButtonPress>
data_file_form_title : Add Data File Information
reference_form_title : Add Data File Reference(s)
menu_add_data_file_reference : Add Data File Reference(s)
data_file_name : Data File Name
data_file_description : Data File Description
key_variable : Key Variable(s)
variable_other : Variable(s) Other Data File
variable_this : Variable(s) This Data File
data_file_reference : Data File Reference
validate : focus
entry_string : %P
entry_name : %W
invalid_name : Invalid Name
ask_add_data_file_reference : Add Data File Reference(s)
button_add : Add
button_done : Done
button_quit : Quit
double_quote_both_variables : '{0} "{1}" "{2}"'
double_quote_variable_other : '{0} "{1}" {2}'
double_quote_variable_this : '{0} {1} "{2}"'
double_quote_no_variables : '{0} {1} {2}'
invalid_data_file_name_message : Please add a data file name!
invalid_variable_name_message : Please add at least one variable name!
add_data_file_reference_message : Add another data file reference?
invalid_name_message : The name must:
                       1. Start with a letter
                       2. Contain word characters only
                       3. Have maximum 128 characters
ask_add_data_file_reference_message : Do you wish to add one or more data file references?

\[tooltip\]
offset_x : 25
offset_y : 20
wait_time : 500
wrap_length : 280
label_ipadx1 : 1
tooltip_borderwidth : 1
default_tooltip_text : Tooltip
data_file_name_tooltip : The name of the data file
data_file_description_tooltip : An accurate description of the data file's content and usage
key_variable_tooltip : The name of the key variable(s). Separate multiple variable names with a space
variable_other_tooltip : The name of the key variable(s) in the referenced data file (primary key). Separate multiple variable names with a space
variable_this_tooltip : The name of the variable(s) in this data file (foreign key). Separate multiple variable names with a space

[metadata_file]
data : .csv
metadata : .txt
decoding_error_directory : decoding_error
application_name_label : SYSTEMNAVN
data_file_information_label : DATAFILINFORMATION
data_file_name_label : DATAFILNAVN
data_file_description_label : DATAFILBESKRIVELSE
key_variable_label : NØGLEVARIABEL
data_file_reference_label : REFERENCE
variable_list_label : VARIABEL
variable_description_label : VARIABELBESKRIVELSE
code_list_label : KODELISTE
user_defined_missing_value_label : BRUGERKODE
data_file_information_file : _TABELINFORMATION${metadata_file:metadata}
variable_list_file : _VARIABEL${metadata_file:metadata}
variable_description_file : _VARIABELBESKRIVELSE${metadata_file:metadata}
code_list_file : _KODELISTE${metadata_file:metadata}
user_defined_missing_value_file : _BRUGERKODE${metadata_file:metadata}
invalid_encoding_text : NB! File ignored because of decoding error: {0}
no_metadata_text : No metadata created for label: {0}

[syntax_file]
dollar_sign : $$
stata_syntax_content :
sas_syntax_content_with_catalog :
sas_syntax_content_without_catalog :
spss_syntax_content :

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.