built-in import/export tools

The 1C:Enterprise developers forum

#1
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Sep 6, 2012
Company:

This page mentions something about "The BUILT-IN import/export TOOLS in plain text format...."
Where are these "built-in tools" exactly? Because I can't find any menu or Help resources regarding these tools.

 
#2
People who like this:0Yes/0No
Active user
Rating: 7
Joined: Sep 26, 2012
Company: individual

There is information about platform. And in different configurations it can be in different places.
So, for example, platform implements built-in tool for export tabular section to file.
In help you can find article "How do I Print a Table or Save It to a File?"

Quote
Do the following:
Open the table;

In the managed run mode use the All actions – Output list... command;
In the form that opens, select one of the following in the Output to field:

Spreadsheet document if you want to preserve the table boundaries;

Text document if the boundaries are not essential;
Set checkboxes to all the columns you need;
Click OK. As a result, a spreadsheet or a text document will be opened.
Then, in the File menu select one of the following:

Print – to print the table;

Save As... – to save the table to a file (.mxl, .htm, .html, .xls, .txt).


If the advanced files operations extension is installed, a standard operating system dialog for saving a file is used for this purpose. If the extension is not installed, an 1C:Enterprise form will be displayed for saving.

You can try it at online demo
http://apps.1c-dn.com/demoen/#e1cib/navigationpoint/Purchases/Catalog.Contractors.Command.OpenList

 
#3
People who like this:0Yes/0No
Active user
Rating: 3
Joined: Nov 1, 2011
Company:

Also you can use TextDocument object.

TextDoc = New TextDocument;
TextDoc.Put("Hello world!");
TextDoc.Write("C:\NewText.txt");

Please, explain your task.

Edited: Alexey Alexandrovich - Jan 15, 2013 12:51 PM
 
#4
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Sep 6, 2012
Company:

Hi Alexey,

Sorry if my description of problem wasn't clear enough.
I'm currently evaluating 1C to see if I can use it for my new development platform.
A typical situation I'm facing is how to import master data and beginning balances from user's legacy software so user don't have to entry them manually on 1C.
That's why I'm interested with "BUILT-IN IMPORT/EXPORT TOOL" feature (especially IMPORT)
Are there any ready-to-use tool for that need?

 
#5
People who like this:1Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

There are tools and mechanisms for import and export, but it seems like you want to have a comprehensive tool which will do exchange with any other softwere. In this case answer is no, there is no comprehensive import/export tool.
But you can configure the existing tools or develop a new one to provide import and export for specific software. There are lots of examples and ready to use solutions for import and export to/from 1C.

 
#6
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Sep 6, 2012
Company:

thank you for the confirmation...at least now I can stop looking for the tool and start creating one ^_^

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.