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

import name, lastname, gender from file #430

Open
sunshinebard opened this issue Jan 12, 2025 · 0 comments
Open

import name, lastname, gender from file #430

sunshinebard opened this issue Jan 12, 2025 · 0 comments

Comments

@sunshinebard
Copy link

(newby)
hi there.
I have a text file that changes it's data often (it is an export file from a program), it contains:

lastname: Miller
firstname: John
gender: 3

I want to insert in thunderbird something like "dear Mr. John Miller"
so far I think I need [[FILE=C:\infos.txt]] and maybee Java. but output doesn't work:

var Input = "[[FILE=C:\infos.txt]]";
return (Input);

that works for testing:
var Input = "test";
return (Input);

how can I process the content of that file?

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

No branches or pull requests

1 participant