Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Product-LiveNew to Visual Studio Code? Get it now.
Product-Live

Product-Live

Product-Live

|
1,772 installs
| (2) | Free
Product-Live Data Factory Extension.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Product-Live for VS Code extension

  • Create Jobs
  • Apply XSL transformation on your desktop.
  • Control your XML files with XSD

Features

XSLT transforms

You can apply a XSLT transformation and apply a XSD validation.

  1. Create an .xslt file
  2. On the bottom bar, click on Input and select an xml input file
  3. On the bottom bar, click Run xsl transformation
  4. Need to change the output extension? Select the output extension in the bottom bar
  5. Need to validate your XML? Select a XSD validation in the bottom bar
  6. Enjoy!

XSD Validation

You can appy a XSD validation, based on the XSD validation required by Product-Live Data Factory Tasks.

  1. Select a XML file
  2. Select the XSD in the bottom bar
  3. Click Run XSD validation

Jobs

Create your jobs right from the extension

Create a job

  1. Right click on a folder > Create Job
  2. Select a template
  3. Enter the job name
  4. Enjoy autocompletion using ctrl + space and controls in problems tab

Package a job

Just right click on a job.json file and click on Package Job

Requirements

JAVA : https://www.java.com/fr/download/

To rebuild the extension:

npm run webpack

To launch the debugger, add a .vscode/launch.json file:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "extensionHost",
            "request": "launch",
            "name": "Launch Program",
            "runtimeExecutable": "${execPath}",
            "args": [
                "--extensionDevelopmentPath=${workspaceRoot}",
                "--enable-proposed-api",
                "vscode-samples.custom-view-samples"
            ],
            "sourceMaps": true,
            "outFiles": [
                "${workspaceRoot}/bundle.js"
            ]
        }
    ]
}

and then from the command palette, choose Start debugging and select the launch.json.

Author

This project is managed by the Product-Live teams.

License

Saxon9he.jar

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. License Copyright (c) 2019, Saxonica

For more information

Product-Live website

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft