dsgelab / finregistry-data

FinRegistry data preprocessing scripts
3 stars 2 forks source link

thl_birth #24

Closed demmlerj closed 1 year ago

demmlerj commented 1 year ago

File is in csv2 format!

Quick fix in findata subfolder.

# Author: J. Demmler
# Date: 09/05/2023
#
# Description:
# manual changes before sending data to THL/Findata
# edits to be implemented in Python pipeline
#
# Problems:
# files were in csv2 format
# 

data <- read.csv2("birth_2022-03-08.csv")
write.csv(data, "findata/birth_2022-03-08.csv", row.names=FALSE)