Skip to content

jkbkaiser/convert-transcriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program converts .cha files to a csv format. This code was developed using python version 3.11.4, but should work in 3.8+. No libraries were used outside the standard library, so everything should work out of the box. For more details on how to install python, take a look here.

To use this program, first clone the project using

git clone git@github.com:jkbkaiser/convert_transcriptions.git

or download and extract the raw files (this can be done by clicking on the code button or using this url. Next, place all files that need be processed in the sources directory/folder. From the root of the project run the command

python main.py

to process the documents. The resulting csv file is written to output/output.csv by default.

About

This is a small script that can be used to automate some part of converting CHAT files to CSV. files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages