Inspiration
We wanted to write a program that automated a tedious task in order to make time for other projects.
What it does
Automates the transfer of data from .csv files to text documents based on user specifications.
How we built it
We started the build in c++ but migrated to java for simplicity.
Challenges we ran into
We had trouble creating substrings within a loop in c++ in a reasonable amount of time.
Accomplishments that we're proud of
A c++ method that splits strings based on a delimiter parameter that can be any character, as well as the fact that we were able to successfully write code to automate the data transfer we sought to in the first place.
What we learned
File I/O in java, substrings in c++, split() in java
What's next for Vanilla Sprite
Implementation of the software as a chrome extension that transfers data between Google sheets and Google Docs (as well as other google products)
Log in or sign up for Devpost to join the conversation.