Re: [pgAdmin][RM4573] Download csv as .csv when delimeter set comma(,)

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4573] Download csv as .csv when delimeter set comma(,)
Date: 2020-04-17 12:09:01
Message-ID: CANxoLDeRjtij1vC2oUaEyB2a7jCfquPAhBxPJJcNBKtCfhdOBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Apr 17, 2020 at 5:08 PM Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>
wrote:

> Hi Akshay,
> Please find an updated patch with updated screenshots and documentation
> changes.
>
> On Fri, Apr 17, 2020 at 12:28 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Nagesh
>>
>> Patch looks good to me. Please update the screenshot and documentation
>> for the Preferences and Query Tool.
>>
>> On Thu, Apr 16, 2020 at 4:43 PM Nagesh Dhope <
>> nagesh(dot)dhope(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>> This patch allows user to download CSV as a '.csv' file if
>>> delimiter character is set to comma(,) else it will download it as '.txt'
>>> file.
>>>
>>> This patch also contains test cases for some missing scenarios for
>>> download CSV API.
>>>
>>> --
>>> Thanks,
>>> Nagesh
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks,
> Nagesh
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-17 12:09:13 Re: [pgAdmin][RM4684] : Python encoding issue while saving data in charset other than 'utf-8'
Previous Message Akshay Joshi 2020-04-17 12:07:33 pgAdmin 4 commit: Ensure that if the delimiter is set other than comma