Giter Club home page Giter Club logo

Comments (15)

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024 1

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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 ?

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

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?

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

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

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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?

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

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

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

Hi @Susanthakuri92 ,

I checked your resource form your deopbox url but dropbox servers return a HTML response not the image itself. I mean a png, jpg or a gif is required to you not the html for example if you request directly to the address below;
https://uc6faff32e58737c0bea8e89bb83.previews.dropboxusercontent.com/p/thumb/ABL6X0KzSSQT2jVC2cUj-1_qBp-2uKr5gyaAQvJj0-E49ldMUOnwkidUfc2XZwMByFZzH4uDJl0DOHe_yS3c8PsHlKb-0ZjWvAp_QM99MQw_EFeb0vQCO306_uES8CwhzFD48BrGDFsJbfG-4V6e-Hw2XJck2NkwZ5KJMubMmyciV25QRm6CBYzS4qrBCkVHKlcmm9qepiSbUNYYd2qSNLz3vcOrf2yZfr1OsyclGy6vv4xz2yXo3pBc_08-spP17Nq7qre8Ga7DLhEzKWmbq-est9qdsDDEpE0RID4iYjwAaBOeVyIEFMPUUjaaKe3JglvGbc_jx7PglymLvQPDYnkO68TlC0GRDVawlywxMXQYZm2WQbZ6BAV5ssZG227dKikFCtDgpPEDemL1iJyYBi8u/p.jpeg?fv_content=true&size_mode=5 you'll get the original image but with your url it's not possible

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

from excel-parser-processor.

btargac avatar btargac commented on June 5, 2024

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

from excel-parser-processor.

Susanthakuri92 avatar Susanthakuri92 commented on June 5, 2024

from excel-parser-processor.

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.