ReadStat
Command-line tool (+ C library) for converting SAS, Stata, and SPSS files ๐พ
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- build.yml
- codecov.yml
- fuzz.yml
- fuzz_format_sas_commands.dict
- fuzz_format_spss_commands.dict
- fuzz_format_stata_commands.dict
- fuzz_grammar_dta_timestamp.dict
- fuzz_grammar_por_double.dict
- fuzz_grammar_sav_date.dict
- fuzz_grammar_sav_time.dict
- fuzz_grammar_spss_format.dict
- fuzz_grammar_xport_format.dict
- extract_metadata.man
- readstat.man
- datetime.sas7bdat
- csv_metadata.h
- jsmn.c
- jsmn.h
- json_metadata.c
- json_metadata.h
- LICENSE
- mod_csv.c
- mod_csv.h
- mod_dta.c
- mod_dta.h
- mod_sav.c
- mod_sav.h
- read_csv.c
- read_csv.h
- read_module.h
- value.c
- value.h
- file_format.c
- file_format.h
- main.h
- quote_and_escape.c
- quote_and_escape.h
- readstat_dta_days.c
- readstat_dta_days.h
- readstat_sav_date.c
- readstat_sav_date.h
- write_missing_values.c
- write_missing_values.h
- write_value_labels.c
- write_value_labels.h
- double_decimals.c
- double_decimals.h
- mod_csv.c
- mod_csv.h
- mod_readstat.c
- mod_readstat.h
- mod_xlsx.c
- mod_xlsx.h
- module.h
- module_util.c
- module_util.h
- extract_metadata.c
- extract_metadata.h
- readstat.c
- fuzz_compression_sas_rle.c
- fuzz_compression_sav.c
- fuzz_format.c
- fuzz_format.h
- fuzz_format_dta.c
- fuzz_format_por.c
- fuzz_format_sas7bcat.c
- fuzz_format_sas7bdat.c
- fuzz_format_sas_commands.c
- fuzz_format_sav.c
- fuzz_format_spss_commands.c
- fuzz_format_stata_dictionary.c
- fuzz_format_xport.c
- fuzz_grammar_dta_timestamp.c
- fuzz_grammar_por_double.c
- fuzz_grammar_sav_date.c
- fuzz_grammar_sav_time.c
- fuzz_grammar_spss_format.c
- fuzz_grammar_xport_format.c
- generate_corpus.c
- ieee.c
- ieee.h
- readstat_sas.c
- readstat_sas.h
- readstat_sas7bcat_read.c
- readstat_sas7bcat_write.c
- readstat_sas7bdat_read.c
- readstat_sas7bdat_write.c
- readstat_sas_rle.c
- readstat_sas_rle.h
- readstat_xport.c
- readstat_xport.h
- readstat_xport_parse_format.c
- readstat_xport_parse_format.h
- readstat_xport_parse_format.rl
- readstat_xport_read.c
- readstat_xport_write.c
- readstat_por.c
- readstat_por.h
- readstat_por_parse.c
- readstat_por_parse.h
- readstat_por_parse.rl
- readstat_por_read.c
- readstat_por_write.c
- readstat_sav.c
- readstat_sav.h
- readstat_sav_compress.c
- readstat_sav_compress.h
- readstat_sav_parse.c
- readstat_sav_parse.h
- readstat_sav_parse.rl
- readstat_sav_parse_mr_name.c
- readstat_sav_parse_mr_name.h
- readstat_sav_parse_mr_name.rl
- readstat_sav_parse_timestamp.c
- readstat_sav_parse_timestamp.h
- readstat_sav_parse_timestamp.rl
- readstat_sav_read.c
- readstat_sav_write.c
- readstat_spss.c
- readstat_spss.h
- readstat_spss_parse.c
- readstat_spss_parse.h
- readstat_spss_parse.rl
- readstat_zsav_compress.c
- readstat_zsav_compress.h
- readstat_zsav_read.c
- readstat_zsav_read.h
- readstat_zsav_write.c
- readstat_zsav_write.h
- readstat_dta.c
- readstat_dta.h
- readstat_dta_parse_timestamp.c
- readstat_dta_parse_timestamp.h
- readstat_dta_parse_timestamp.rl
- readstat_dta_read.c
- readstat_dta_write.c
- test_buffer.c
- test_buffer.h
- test_buffer_io.c
- test_buffer_io.h
- test_double_decimals.c
- test_dta.c
- test_dta.h
- test_dta_days.c
- test_error.c
- test_error.h
- test_list.h
- test_read.c
- test_read.h
- test_readstat.c
- test_readstat.h
- test_sas.c
- test_sas.h
- test_sav.c
- test_sav.h
- test_sav_date.c
- test_types.h
- test_write.c
- test_write.h
- commands_util.c
- commands_util.h
- readstat_copy.c
- readstat_copy.h
- readstat_sas_commands_read.c
- readstat_sas_commands_read.rl
- readstat_schema.c
- readstat_schema.h
- readstat_spss_commands_read.c
- readstat_spss_commands_read.rl
- readstat_stata_dictionary_read.c
- readstat_stata_dictionary_read.rl
- readstat_txt_read.c
- CKHashTable.c
- CKHashTable.h
- readstat.h
- readstat_bits.c
- readstat_bits.h
- readstat_convert.c
- readstat_convert.h
- readstat_error.c
- readstat_iconv.h
- readstat_io_unistd.c
- readstat_io_unistd.h
- readstat_malloc.c
- readstat_malloc.h
- readstat_metadata.c
- readstat_parser.c
- readstat_strings.h
- readstat_value.c
- readstat_variable.c
- readstat_writer.c
- readstat_writer.h
- ReadStat_App.vcxproj
- ReadStat_App.vcxproj.filters
- ReadStat_Test_double_decimals.vcxproj
- ReadStat_Test_double_decimals.vcxproj.filters
- ReadStat_Test_dta_days.vcxproj
- ReadStat_Test_dta_days.vcxproj.filters
- ReadStat_Test_readstat.vcxproj
- ReadStat_Test_readstat.vcxproj.filters
- ReadStat_Test_sav_date.vcxproj
- ReadStat_Test_sav_date.vcxproj.filters
- PropertySheet.props
- ReadStat.sln
- ReadStat.vcxproj
- ReadStat.vcxproj.filters
- .gitignore
- appveyor.yml
- autogen.sh
- config.rpath
- configure.ac
- LICENSE
- Makefile.am
- NEWS
- README.md
- variablemetadata_schema.json
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/WizardMac/ReadStat
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd ReadStat
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. .NET
๋ณดํต ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
cd VS17
์ด ํ๋ก์ ํธ์ ๊ด๋ จ ํ์ผ์ด ํ์ ํด๋ ์์ ์์ด์, ๋จผ์ ๊ทธ ํด๋๋ก ์ด๋ํฉ๋๋ค.
dotnet restore
ํ๋ก์ ํธ์ ํ์ํ ํจํค์ง๋ฅผ ๋ด๋ ค๋ฐ์ต๋๋ค.
dotnet run
ํ๋ก์ ํธ๋ฅผ ๋น๋ํ๊ณ ๋ฐ๋ก ์คํํฉ๋๋ค.
dotnet run ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์๋ด ๋ฉ์์ง๋ ์ฃผ์๋ฅผ ํ์ธํ์ธ์.
// repository documentation
Was this content helpful?
(0 ratings)
