You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/05/06 13:13:38 UTC

[GitHub] [dolphinscheduler] blacktea-latte opened a new issue #5424: [Feature][Plugin-Email] Numeric data type support in email attachment

blacktea-latte opened a new issue #5424:
URL: https://github.com/apache/dolphinscheduler/issues/5424


   Status Quo
   Dolphinscheduler currently supports executing SQL and send result as email table/attachment, however the .xls attachment is forcing all columns to be "text" type and creates difficulty in data manipulation down the line (not sure this is a bug or expected behavior).
   
   Suggestion
   Hoping to see support for automatic data type in .xls, and/or additional support for other attachment format such as csv, txt or xlsx


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5424: [Feature][Plugin-Email] Numeric data type support in email attachment

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5424:
URL: https://github.com/apache/dolphinscheduler/issues/5424#issuecomment-833512606


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] CalvinKirs closed issue #5424: [Feature][Plugin-Email] Numeric data type support in email attachment

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #5424:
URL: https://github.com/apache/dolphinscheduler/issues/5424


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] ruanwenjun commented on issue #5424: [Feature][Plugin-Email] Numeric data type support in email attachment

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #5424:
URL: https://github.com/apache/dolphinscheduler/issues/5424#issuecomment-834023922


   @blacktea-latte At present, all data is formatted as string before being written in `xls`, I will try to submit a pr to solve the data type issue. `xlsx` will be supported in this pr #5400, and most excel tools have the function of converting to other formats such as `csv`, I am not sure if it is still necessary to provide `csv` format.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] blacktea-latte commented on issue #5424: [Feature][Plugin-Email] Numeric data type support in email attachment

Posted by GitBox <gi...@apache.org>.
blacktea-latte commented on issue #5424:
URL: https://github.com/apache/dolphinscheduler/issues/5424#issuecomment-834034766


   @ruanwenjun That would be so much appreciated! And yes, there's no obvious use cases for `csv` format, especially given that xlsx will be supported.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org