You cannot post messages because only members can post, and you are not currently a member.
Description:
Bots Open Source EDI Translator
|
|
|
advise on hard coding fromPartner
|
| |
I have no control over the format of the fixed file output by my ERP
system.
It does not include my EDI identifier in the file. So, I need to
force bots to insert my ID as fromPartner in the envelope when
translating 810s.
Any suggestions for the best practice?
can I do it here in the grammar?... more »
|
|
Bots job queue modification
|
| |
Hi everyone,
The concept of jobs and job queues comes from my AS/400 background, where they are used to help control resource usage. My implementation of this concept in Bots means that you can request an engine run at any time, even if another is running. It allows scheduling of bots engine... more »
|
|
Defining Segment and Element Terminators
|
| |
I have a trading partner that sends characters such as , + - ^ : @ within a segment's element. These characters should not denote subfield or element/segment terminator. Is there a way I can define, by route and/or trading partner, to recognize specific characters as element and segment separators? If so, please point me to where I can set this up.... more »
|
|
how to filter translation by from in test997
|
| |
I'm working my way through the test997 example. I've hit a point that
I'm beginning to doubt my understanding of the plug-in.
I was wondering if someone would be willing to give a quick
explanation of the process in the plugin.
I've studied the following in the file with fixed pitch font.
test997 1: pickup 850*1 ask confirm 850*2 gen & send... more »
|
|
MySQL database issues
|
| |
Hi, I am planning to use MySQL with Bots instead of the default sqlite3 database. I followed the instructions at [link] and ran into a few issues: 1. The syntax for the create user SQL is incorrect (at least for my version 5.0.88): CREATE USER bots WITH PASSWORD 'botsbots'... more »
|
|
Stack trace of errors to console when running bots-engine.py?
|
| |
Hi, Is it possible to get the stack trace of any errors printed directly to the console when running bots-engine.py ? I have tried setting all possible debug flags to True in bots.ini and settings.py, but I just get a summary indicating that an error has occurred. I then have to go to the web interface and browse to the error to see what went wrong.... more »
|
|
new to x12 997
|
| |
Need to start sending 997 messages to some partners. Looking for the
demo_x12_997_confirmation plugin. I don't see it in the download
area. Is it included in another plugin?
Ken
|
|
Communication Script
|
| |
I was able to create a comm script to add the PO# to the 850's, but for the life of me I can't get the Invoice # on the 810's. Here is my code:
=====810in.py=====
import os
import time
import bots.botslib as botslib
import bots.botsglobal as botsglobal
from bots.botsconfig import *
def filename(channeldict,ta,filena me):... more »
|
|
"U.S." Layouts
|
| |
Hello,
I've been following this list for quit a while, now, and am interested
in using Bots in our applications (Novasys Health, Inc. is a third
party processor). The main problem is that we operate in the U.S.
which, for whatever reason, does not use the "standard" layout but the
"implementation" on our manuals.... more »
|
|
CSV botsid field position question
|
| |
Hello,
We have been tasked with processing a CSV in the format:
800,00,xxxxxxxxx
800,01,xxxxxxxxx
800,05,xxxxxxxxx
800,05,xxxxxxxxx
800,05,xxxxxxxxx
800,99,xxxxxxxxx
where 00, 01, 05, and 99 are the record identifiers
800 has been placed at the start of every line in the file (it is the... more »
|
|
|