Jump to content
Server Maintenance This Week. ×

excel file import problem (image in cell)


This topic is 1392 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Gents, 

there is a price list in Excel with images embedded. Do you have an idea how to import those records into DB with corresponding images preserved?

Note that I've attached only two records, there are 600 of them. Any manual manipulations with the images is not an option.

 

price.xlsx

Edited by stan111
Link to comment
Share on other sites

Note that in excel, the picture doesn't belong to the cell, it just 'floats' on top of the worksheet.  The only way to get those out is to write code inside excel or that can talk to the excel APIs to try and save the pictures to the hard disk to then insert them into FM.

Link to comment
Share on other sites

You CAN import the images independently, but you will have to manually re-associate them with their original records. Here is one way to do it:

  1. Make a copy of the Excel file; 
  2. Rename the copy with .zip extension;
  3. Unarchive the .zip;
  4. Inside the archive, there will be a folder named media inside a folder named xl. Import the images from this folder.

 

4 minutes ago, stan111 said:

is it possible to scrape data from a website using FM?

Depends on the web site. 

Edited by comment
  • Like 1
Link to comment
Share on other sites

13 minutes ago, stan111 said:

is it possible to scrape data from a website using FM?

Sometimes; but:

1) it is usually very fragile - any small update to the website can totally break your 'integration'

2) very often it is not allowed

Link to comment
Share on other sites

This topic is 1392 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.