Import an excel file as a resource in Talend - etl

I'm new with Talend. I've got an excel file with header rows and filters. My job copies this file into a working directory (tFile_copy) and then fills the file with data selected from a database. Then it sends the result file by mail.
Everything works, but I would like to store my "template" excel file into my Talend project in order to put it into svn and find it easily when another person will need this job again in a few months.
The "import item" menu doesn't allow .xls files. Is there a clean way to import resource files into a Talend project?
Thanks.

Create a Metadata with your template excel. Metadatas can be imported or exported.

Have you explored the CONTEXTS feature to solve this issue? http://www.talendforge.org/tutorials/tutorial.php?idTuto=34

Related

How to share a particular excel from Sharepoint location to a user using Power Automate

In the current scenario, when the user submits the form , I am copying a basic excel template self service file to a sharepoint folder location. I want to share this copied file with the user who submitted the form. I am unable to share the file using flow and I am not sure, how to do it.
You can use the SharePoint's "Get file content" and then use Outlooks "Send an email" and attach the File Content where it says Attachments Content - 1 and give it a name with the file type at the end.
AFTER COMMENT
You can use SharePoint’s “Create sharing link for a file or folder”
I used a OneDrive Share link in my example below, you just need to use the SharePoint one as I mentioned above.

how to download data to a folder from database in codeigniter automatically

I am working on a project using Codeigniter where i need to download a list of data from database automatically every 24 hours to a folder in the form of excel sheet ?
1.get data list form database
2. save to a file in folder
3.then sent by email/download it.
How to write data into .txt file in codeigniter

Parse Import Table Image Issue

I am working on exporting a table from one parse account to another. Importing the table was successful. When I tried opening image from parse dashboard (One Which imported the table) it says access denied (Screenshot Attached).
On importing, Parse will change the unique id of the File url to your new app, this is why the images are not working. Unfortunately, there is no way to solve this at the moment.
The Parse team is working on a clone feature that moves all your records along with the file data. This is still under development.

Why does Magento create batch_xx.tmp file in var/tmp folder

Why does Magento create batch_xx.tmp file in var/tmp folder. This file actually contains list of customers with full email address. To comply with certain regularity issues, we can not store customer information in plain file but, this is creating problem
That is a temporary file created by the dataflow export process. Specifically in app/code/core/Mage/Dataflow/Model/Batch/Io.php.

How to connect images to magento when importing by xml file

I have imported 100 products in Magento without an image via xml file. (I didn't have the pictures)
Now I also have images and want to import them to Magento, so in the XML file I have placed the images in the map /a/l/ and also on my server I have placed them in the map /a/l/.
(/a/l/ is also the map where the images are stored when adding them manually in magento. I have copied this line from some other products.)
When importing the xml file by running the profile in popup I get the message "Image does not exist"
So I can't get the image import working.
Does anyone have a solution?
Put the images in /media/import/ directory instead. Magento will find them there and move them to the appropriate place for you.
Browse through your csv file to check your image path, and place it into /media/import/

Resources