Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a javascript error occured in the main process #53

Closed
Susanthakuri92 opened this issue Mar 19, 2021 · 15 comments
Closed

a javascript error occured in the main process #53

Susanthakuri92 opened this issue Mar 19, 2021 · 15 comments

Comments

@Susanthakuri92
Copy link

Susanthakuri92 commented Mar 19, 2021

I am getting this problem in some photos.anyone knows ?
image

@btargac
Copy link
Owner

btargac commented Mar 19, 2021

Hi @Susanthakuri92 can you add the excel file that you are trying to process ?

@btargac
Copy link
Owner

btargac commented Mar 19, 2021

I see a * character on the file name that the program is trying to save on file system, I should check if this file name is safe for windows, by the way you are using windows as I understood from file path is that right ?

@btargac btargac changed the title a java script error occured in the main process a javascript error occured in the main process Mar 19, 2021
@Susanthakuri92
Copy link
Author

I see a * character on the file name that the program is trying to save on file system, I should check if this file name is safe for windows, by the way you are using windows as I understood from file path is that right ?

so is that symbol a problem?

@Susanthakuri92
Copy link
Author

I see a * character on the file name that the program is trying to save on file system, I should check if this file name is safe for windows, by the way you are using windows as I understood from file path is that right ?

yes I am using windows

@btargac
Copy link
Owner

btargac commented Mar 19, 2021

I checked from windows documentation, and it states that asterisk is not allowed
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions

can you remove that image url from the excel and try again?

@btargac
Copy link
Owner

btargac commented Mar 24, 2021

any updates on this case ? Could you try removing the one with asterisk @Susanthakuri92 ?

@Susanthakuri92
Copy link
Author

Susanthakuri92 commented Mar 24, 2021

any updates on this case ? Could you try removing the one with asterisk @Susanthakuri92 ?

yes I removed the special characters and worked well.so special character was the problem for me .Is there someway u can make so that I can rename in special character as well? @btargac

@btargac
Copy link
Owner

btargac commented Mar 24, 2021

You can use the B column to rename the file when saving

for example;

if resource is https://www.sample.com/sam*ple.jpg then you can replace automatically with the B column by just setting it to something like sample then it will be saved on your file system as sample.jpg

you can check the sample table with optional fields from here

@btargac
Copy link
Owner

btargac commented Mar 29, 2021

Since no development is required to solve this problem, I am closing this issue, if further problems arise we can re open this accordingly

@btargac btargac closed this as completed Mar 29, 2021
@Susanthakuri92
Copy link
Author

Susanthakuri92 commented May 4, 2021 via email

@btargac
Copy link
Owner

btargac commented May 4, 2021

@Susanthakuri92
Copy link
Author

Susanthakuri92 commented May 5, 2021 via email

@Susanthakuri92
Copy link
Author

Susanthakuri92 commented Jun 29, 2021 via email

@btargac
Copy link
Owner

btargac commented Jun 30, 2021

Hi @Susanthakuri92 , I am not a linux user either but I think you should download the AppImage file from here.

and after your download is completed just open a terminal/cli etc. and below command can help you with that.

# Make it executable
# don't forget to go to the directory that has the downloaded file
chmod a+x Excel-Parser-Processor*.AppImage
# and run!
./Excel-Parser-Processor*.AppImage

@Susanthakuri92
Copy link
Author

Susanthakuri92 commented Jun 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants