Skyone
English
English
  • Home
  • Skyone Platform
    • Overview
    • Access and Registration
      • Password recovery for the platform
    • Settings and Preferences
      • My Profile
      • User Management
        • How to invite a user to the platform?
        • Options for User Management
        • Types of User Permissions
      • Invitations
      • My Company
      • Support Case Configuration
      • Companies Management
      • Billing
      • Settings
      • Security
      • Feedback
      • Logs
      • Cancellation
      • Partner-Clients
        • My Clients
        • My Partner
    • Notification
    • Health: Platform status check
    • Support Cases
      • How to track and respond to support cases?
      • Guide for opening ABO Tickets
  • Cloud Computer
    • Overview
    • Autosky
      • Login and Password Registration
        • Password RecoveryPassword Registration
      • Profile and Preferences
      • Skyone Autosky Platform
        • Dashboard
        • Accounts
          • Servers
            • Server Options
        • Environments
          • Micro environment
            • Micro environment instance
            • Micro environment servers
          • Scaling environment
            • Scaling environment instances
            • Scaling environment servers
          • Other features of the environments
        • Clients
          • Edit and Clone
          • Users
          • Applications
          • Sessions
          • Manage Access Restrictions
          • Maintenance
            • Maintenance history
        • Users
    • Cloud Server
      • Cloud Server Options
      • Backup Audit
  • Studio
    • Overview
      • Create an account
      • Recover Password
      • Quick Platform Guide
      • How to test the platform for free
      • Workspace
        • Creating a new Workspace
        • Find a Workspace
        • Sending an invitation to a Workspace
        • Editing a Workspace
      • Organizations
        • Creating an Organization
        • Organization Overview
        • Organization Management
        • Organization Monitoring
      • Settings and Preferences
        • Profile
        • Notifications
        • Usage and Billing
        • Users and Permissions
    • Integrations
      • Integration Management
        • Create integration
        • Import Integration
        • Edit Integration
        • Integration Options
        • Flows of this integration
      • Flows
        • Flow management
          • Creating a flow
          • Flow options
          • Flow Canva: configuring and editing the flow
            • Flow Canva: overview
            • Exception Handler
              • Exception Handler - Configuration
              • Exception Handler - Cases
            • Multicontext Flows
              • Example: Multicontext with an API Gateway
              • Example: Multicontext with a Time Trigger
            • Flow Settings
        • Triggers of a flow
          • API Gateway Triggers: Adding and Setting
          • AS2 Triggers: Adding and Setting
          • Queue Triggers: Adding and Setting
          • Flow Triggers: Adding and Setting
          • Time Triggers: Adding and Setting
          • Webhook Triggers: Adding and Setting
        • Tool Modules
          • AS2 Module
          • CSV Module
          • Data Transform Module
          • Data Balancer Module
          • EDI Module
          • Flow Call Module
          • IF Module
          • JavaScript Module
          • Log Module
          • Loop Do While Module
          • Loop For Module
          • Return Module
          • XML Module
          • Other Tool Modules
        • Module Header
        • Connecting components of a flow
        • Editing triggers and modules
        • Data Operations
          • Object Handling
            • Practical example: Handling variables
          • SMOP (Small Operations)
          • Parameterization rules
    • Modules
      • Module management
        • Creating a Module
        • Importing a Module
          • IAC Files - Integration as Code
        • Editing a module
        • Module Options
      • Settings and Operations
        • Module settings
          • Connectivity: Database
          • Connectivity: Email
          • Connectivity: REST
          • Connectivity: SOAP
          • Connectivity: File
          • Connectivity: RFC
          • Connected Account Management
        • Operations
          • Importing operations into REST Modules
          • Operation Management
        • Flows Using This Module
    • API Gateway
    • Terminals & Agent
      • Agent
        • Versions supported by Agent
        • How to Update the Agent Version
        • How to back up Agent files
      • Terminals
    • Data Management
      • Engine
        • How to use the Data Engine Proxy
      • Parameters
      • File filters
      • File templates
      • File Jobs
      • JSONata Jobs
    • Data Lake
    • Data Warehouse
      • Data Jobs
      • Databases
    • Artificial Intelligence
    • How to
      • Insert JSON into databases
      • Flattening: Data transformation using JSONata
      • How to use Form Data
      • Understanding recursion in JSONata
      • REST Module Output Consolidation
      • How to configure a component timeout?
      • Isolated in execution: concept and application in variables
      • URL Parameters in API Gateway
      • Use case: API Gateway trigger parameters
      • Use case: Exception Handler in financial transactions
      • Use case: using Groups to manage access to flows
      • How to create a download endpoint and integrate with Power BI
      • Is it possible to use two triggers in a single flow?
    • FAQ
    • GIGS: The complete guide
    • Glossary
  • Cybersecurity
    • Overview
    • Threat Analysis
      • Security Panel
      • Targets
      • Schedules
      • Target Resolution
      • Threat Group
      • Report
    • How to install Bitdefender security agents
Powered by GitBook
On this page
  • How to access File Templates
  • Add template
  • Change Token
  • Edit a File Template
  • Delete a File Template
  1. Studio
  2. Data Management

File templates

"File Templates" are predefined models that contain structured information to simplify the creation and sharing of files. They allow you to generate endpoints for file downloads, ensuring that data is accessed securely and in a controlled manner.

How to access File Templates

When you click "File Templates" in the left-hand menu, you'll see a list of all configured templates, along with the option to add a new one.

Add template

To add a new template, follow these steps:

  1. In Data Management, go to the "File Templates" section.

  2. Click "Add Template".

  3. Fill in the following fields:

    • Template name

    • Type: Choose CSV, JSON, Parquet, or Excel

    • Directory

    • File name

    • Read groups: define which groups can read the file. By default, the group is "default."

    • Write groups: define which groups can write to the file. By default, the group is "default."

    • Tags

    • Create endpoint for download: by enabling this option, a URL is generated and associated with a security token. To share the "file template," copy this URL.

    • Basic authentication: allows you to configure which users can access the endpoint, further protecting the file downloads.

After filling in the fields, simply click "Save". Done! Your "file template" is now available.

Change Token

Changing the token allows you to maintain control over who can access the files, ensuring that only authorized users have access.

To change the token, follow these steps:

  1. Acesse a seção "Templates de arquivo", na barra lateral esquerda.

  2. Click on "Edit" (pencil icon) for the desired file.

  3. Click on "Change Token" to generate a new token

When a new token is generated, the old token is invalidated. This means that any URL with the old token will no longer work, and only the URL with the new token will allow access to the file.

  1. Click "Save". Done! The token has been changed.

Edit a File Template

To edit a file template, follow these steps:

  1. Go to the "File Templates" section in the left-hand menu to view all created templates.

  2. Hover over the desired template and click the three-dot icon.

  3. Select "Edit".

  4. Make the necessary changes and click "Save". Done! The file template has been updated.

Delete a File Template

To delete a template, follow these steps:

  1. Go to the "File Templates" section in the left-hand menu to view all created templates.

  2. Hover over the desired template and click the three-dot icon.

  3. Select "Delete".

  4. Type the name of the template and click "Delete" to confirm the action. Done! The template has been deleted.

This action cannot be undone.

PreviousFile filtersNextFile Jobs

Last updated 2 days ago

Read also: .

Data Consumers
Tela de criação de um template de arquivo
Tela para alterar o token