odpscmd-tunnel
Verified for current stable LTS
Odpscmd Tunnel Command: Upload Local File To Table Partition
Use for upload local file to table partition with Odpscmd Tunnel. Exact CLI syntax to upload local file to table partition using Odpscmd Tunnel.
When to use this: Use for upload local file to table partition with Odpscmd Tunnel.
Command Syntax
tunnel upload <path/to/file> <table_name>/<partition_spec>; tunnel upload <path/to/file> <table_name>/<partition_spec>; Command Breakdown
tunnel is the base executable for this command.
FAQ
Purpose: Exact syntax to upload local file to table partition using Odpscmd Tunnel.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Odpscmd Tunnel Command: Download Table To Local File
tunnel download <table_name> <path/to/file>; Odpscmd Tunnel Command: Upload Table Using Multiple Threads tunnel upload <path/to/file> <table_name> -threads <num>; Odpscmd Tunnel Command: Upload Table With Field And Record Delimiters tunnel upload <path/to/file> <table_name> -fd <field_delim> -rd <record_delim>;