Ticket #5843 (closed Bugs: invalid)

Opened 1 year ago

Last modified 1 year ago

Creating CSV file drops leading zeroes in vm_pwd

Reported by: aaelghat1 Assigned to: GameGamer43
Priority: minor Milestone: 2.11
Component: Bulk Extensions Version: 2.10-branch
Keywords: vmpwd Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

The file generated by pressing the "export extensions" button drops leading zeroes in the vmpwd field. I suspect this is because the vmpwd field is formatted as a number?

I checked the actual csv file, and a password that was 0123 as an example gets exported to the CSV file as 123.

Change History

05/23/12 09:07:50 changed by p_lindheimer

  • owner changed from mickecarlsson to GameGamer43.

05/29/12 15:19:04 changed by GameGamer43

  • status changed from new to closed.
  • resolution set to invalid.

This actually isn't an issue in FreePBX but has to do with the cell formatting of programs like Microsoft Excel, etc. If you open the csv file we generate in any text editor you will see that we are writing out the correct number (including the leading zeros) for the vmpwd.

Closing as invalid, as this isn't a FreePBX issue.