Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(layer 2) implement code to replace placeholders for given CSV #6

Closed
ArchibaldBienetre opened this issue Sep 26, 2021 · 2 comments
Closed
Assignees

Comments

@ArchibaldBienetre
Copy link
Collaborator

ArchibaldBienetre commented Sep 26, 2021

CSV parsing (#4) and placeholder replacement (#5) need to be brought together.

I.e., implement a mechanism that maps a given column to a placeholder, then test this integration case (for given CSV file and text file, do replacements based on these inputs).

The actual replacement can be quite simple and string-based, e.g. reading the whole template file using IOUtils, using String#replace, then writing out a complete tex file for the final PDF rendering.

@ArchibaldBienetre
Copy link
Collaborator Author

With #43, the "bring together" part is pretty much solved.
However, we may want to wait for #5 to get resolved before we close this issue here as well.

@ArchibaldBienetre
Copy link
Collaborator Author

Close after #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant