haganbt / PYLON-exporter

Utility for exporting data from a PYLON index
4 stars 2 forks source link

Workbook is looking for incorrect file names #68

Closed deannomura closed 9 years ago

deannomura commented 9 years ago

Appears that when a config filename has more terms than "standard-tableau", the workbook looks for csv's with filenames that duplicate the last term in the string. e.g. if the config file is named "standard-tableau-meltwater.js", then the resulting workbook looks for csv's named, "standard-tableau-meltwater-meltwater..."

Confirmed this does not happen if the the default "standard-tableau.js" config file is used. It does happen if the additional term in the filename is even a single character ("standard-tableau-a.js")

screen shot 2015-11-10 at 10 00 55 am

samaybar commented 9 years ago

This looks like the same ting that was happening for me when I was getting Tableau workbook errors.

On Tue, Nov 10, 2015 at 1:20 PM, deannomuraatdatasift < notifications@github.com> wrote:

Appears that when a config filename has more terms than "standard-tableau", the workbook looks for csv's with filenames that duplicate the last term in the string. e.g. if the config file is named "standard-tableau-meltwater.js", then the resulting workbook looks for csv's named, "standard-tableau-meltwater-meltwater..."

Confirmed this does not happen if the the default "standard-tableau.js" config file is used. It does happen if the additional term in the filename is even a single character ("standard-tableau-a.js")

[image: screen shot 2015-11-10 at 10 00 55 am] https://cloud.githubusercontent.com/assets/12463071/11071232/950a7b00-8794-11e5-93eb-e2d7199e0dc8.png

— Reply to this email directly or view it on GitHub https://github.com/haganbt/PYLON-exporter/issues/68.

haganbt commented 9 years ago

Fixed @deannomuraatdatasift @samaybar