You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CVS as recipient list (#1 ) it is possible to have a lesser control over the column's names or the columns contents.
For example, when extracting a list of contact from an other tool, perhaps will I have one column for name and one column for surname. Thus, I wish to be able to configure paperboy in order it create the Name field form two other fields.
An other example: perhaps I do not have the email directly, but only the username of each contact. So I wish to configure paperboy in order to create the email from the username + "@example.com".
Proposition
I suggest to add two options:
--name-template
--email-template
Both accept a string. These strings are used as text/template and the template is executed against the already read user's data.
With CVS as recipient list (#1 ) it is possible to have a lesser control over the column's names or the columns contents.
For example, when extracting a list of contact from an other tool, perhaps will I have one column for name and one column for surname. Thus, I wish to be able to configure paperboy in order it create the Name field form two other fields.
An other example: perhaps I do not have the email directly, but only the username of each contact. So I wish to configure paperboy in order to create the email from the username + "@example.com".
Proposition
I suggest to add two options:
--name-template
--email-template
Both accept a string. These strings are used as
text/template
and the template is executed against the already read user's data.For example:
The text was updated successfully, but these errors were encountered: