Top "Export" questions

"Export" refers to the automated or semi-automated conversion of data sets from one data format to another.

Exporting an array in bash script

I can not export an array from a bash script to another bash script like this: export myArray[0]="Hello" export …

arrays bash export
Wordpress: Advanced Custom Fields: Exporting and Importing fields to a new wordpress install

I've created two custom field groups in a temporary wordpress install and would now like to use the export of …

wordpress import export advanced-custom-fields
Prompt a csv file to download as pop up using node.js and node-csv-parser (node module)

Recently I have started working with node.js. While going through a requirement in one of my projects I am …

node.js csv export export-to-csv
How to export Rich Text fields as HTML from Notes with LotusScript?

I'm working on a data migration task, where I have to export a somewhat large Lotus Notes application into a …

export lotus-notes lotus-domino lotusscript
SQL Database Publishing wizard with SQL Server 2008

I'm desperately looking for SQL Database Publishing wizard. I've download it but it seems to require SQL Server 2005. According to …

visual-studio-2008 sql-server-2008 export publishing wizard
How do I use constants from a Perl module?

If I define a constant in a Perl module, how do I use that constant in my main program? (Or …

perl module export constants
JasperReports 5.6: JRXlsExporter.setParameter is deprecated

I have this code to export a JasperReprot to XLS: JasperPrint jprint=JasperFillManager.fillReport(expRpg, null, new JRBeanCollectionDataSource(datalist)); JRXlsExporter …

java jasper-reports export deprecated
Export content type in Drupal 7

Is there a way to export a content type from a site and import it to another? I haven't found …

drupal import drupal-7 export content-type
Scope of "setenv" in csh Versus "export" in bash

From what I've read, setenv in csh and export in bash are equivalent. However, I found some strange issues while …

bash shell export csh setenv