Giter Club home page Giter Club logo

Comments (18)

trumpy81 avatar trumpy81 commented on June 11, 2024

Please see this article:

https://github.com/WebTools-NG/WebTools-NG/wiki/Help-%28Hints%2C-Tips-and-Videos%29#to-import-a-csv-file-so-that-the-columns-are-presented-correctly-in-microsoft-excel

Note: you may skip changing tab to | in the instructions.

Also, in WebTools-NG, go to Global Settings > Export Settings and make sure you enter 9 for tab in the Delimiter between columns in CSV (Use 9 for TAB) box. The recommended default is the pipe character |

BTW: 4.116.1 is the version of Plex/Web, NOT the version of Plex.

The following image shows the location of the Plex version, under Server (ROGStrix) > General
Screenshot 2023-12-18 232638

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

I have seen this too. I have looked at the import instructions above, but that's not the issue. If I look at the raw text file, there are no field delimiters at all. I've tried pipe (|) and tab and comma and none appear in the export. The version of Plex running is Version 1.32.8.7639.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

@DrWatson
Please provide a sample output file and your WebTools-NG logs taken just after the export please.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

Here is what the exported file looks like (redacted of course):
User IDundefinedUser titleundefinedUser nameundefinedUser friendly nameundefinedUser email addressundefinedUser RestrictedundefinedLink to User thumbnailundefinedIs the user part of your HomeundefinedUser invite statusundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedPERSONNAMEundefinedXXX@XXX.XXXundefinedNaNhttps://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedN/[email protected]://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine NaNXXXXXXundefinedXXXundefinedPERSONNAMEundefinedXXX@XXX.XXXundefinedNaNhttps://plex.tv/users/XXXXXXXXXXXXXXXX/avatar?c=XXXXXXXXXXundefinedNaNacceptedundefine

Where do I find the log files...sorry new user.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

nvm. Found them. I bumped to debug level since the regular error logging didn't reveal much. Not sure these are much better, but here you go:
WebTools-NG.zip

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

Thanks for that, but I would like to see the actual .csv file and logs captured just after the export.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

I have to redact the csv file as I don't want my user's information out in the open. Is it okay if it's an edited csv?

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

No, I need to see the raw file. Don't worry, I have no interest in the data the file contains, but I need to observe the raw format of the file.

I will delete the file as soon as I have downloaded it.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

Is there another way to get you the file? I really don't want to post it here.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

Upload the file to Google Drive, OneDrive etc.. and post the link.

Like I said, I will delete the file/link from your post as soon as I download it.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

Moderator: File deleted.

Let me know when you've grabbed it and I will delete the file on my end.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

The problem is you appear to have no Plex server associated with WebTools-NG. There are no libraries configured or showing in your logs.

You have an invalid separator showing - ColumnSep: '\t' in the Export settings.

You need to log into WebTools-NG using the same credentials you use for your Plex server/s (which you appear to have done). You also need to select a server before you enter any of the modules.

If you need any help setting up WebTools-NG then visit the Wiki or Website. See the Global Settings link in the main menu.

Wiki - https://github.com/WebTools-NG/WebTools-NG/wiki
Website - https://webtools-ng.github.io/manual/

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

I set the column delimiter to "9" and it replaces it with {TAB}.
image
Then I run the export and then you see the result I provided. Not sure where \t is coming from, but I assumed that was a marked up value for "tab".

I have changed the configuration to be a comma and did an export again. It now puts tabs in the file now.
I configure it to be a pipe, and it still puts tabs in.
So when configuring tabs, it puts nothing in. When putting other things in, it puts tabs in. I can work with this work around, but there's something wrong in this area for sure.

The behaviour observed doesn't change regardless of whether a server is associated with WebTools-NG or not. I have selected the server, then hit reload, then went to the Plex.TV module and the behaviour is the same.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

That is because you input an actual Tab instead of using 9 as I showed you in my previous reply.

You need to remove that Tab (which is hidden) and replace it with the recommended pipe character |.

If you are unable to remove the hidden tab character go to Global Settings and click on Factory Reset.

This will close WebTools-NG and when you restart WebTools-NG you will need to reconfigure all settings.

After restoring your settings, try the export again.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

I didn't put an actual tab in. I put a 9 in as the UI says. Just as I leave the page, it updates the value to {TAB}.

I have done a reset factory as suggested leaving all settings as default except setting the export dir:

image

The exact same export file is produced with no delimiters.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

May I see the output file and your logs please.

from webtools-ng.

DrWatson avatar DrWatson commented on June 11, 2024

I have found the set of steps that cause the issue:
start up
factory reset
start up again
log in
set server
go to global settings
then export settings
set export dir
click plex.tv
click export for all
** there are no delimiters in the exported files **

then:
close down
start up again
log in
set server
click plex.tv
click export for all
** delimiters are correct with pipes **

There are some other issues around setting the delimiter, but this is as simple as I can make the steps for this problem.

from webtools-ng.

trumpy81 avatar trumpy81 commented on June 11, 2024

OK, I have verified your issue as stated above. I will contact Tommy and ask him to look into the issue.

Be aware though, Tommy is extremely busy with his new Plex duties, so he may not be able to attend to this issue for some time.

from webtools-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.